summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81da60b5af..55d89da23b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.9.17 (April 7, 2010)
+
+Features:
+
+ - Bundler.require now calls Bundler.setup automatically
+ - Gem::Specification#add_bundler_dependencies added for gemspecs
+
+Bugfixes:
+
+ - Gem paths are not longer duplicated while loading bundler
+ - exec no longer duplicates RUBYOPT if it is already set correctly
+
## 0.9.16 (April 3, 2010)
Features: