aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-07 13:50:23 -0700
committerAndre Arko <andre@arko.net>2010-04-07 13:50:23 -0700
commit75473e78355adfa5f2edafca87d71f891b44fdfc (patch)
tree25210f7cff1123afb85a622a4387b86a70c9ea5a /CHANGELOG.md
parent589ec4e3dae05936bf44003ee9757c7380ff32d0 (diff)
downloadbundler-75473e78355adfa5f2edafca87d71f891b44fdfc.tar.gz
Version bump to 0.9.17
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 81da60b5..55d89da2 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: