summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-02 00:53:31 -0700
committerAndre Arko <andre@arko.net>2010-04-02 00:53:31 -0700
commit8e8bdcc5bc9569c520401f91f9ae53ead252eed8 (patch)
treed67d3a0ecf3309ca3c29286a176282c810044806 /CHANGELOG.md
parent57da026218a38f871d4b574039737b37082614a9 (diff)
downloadbundler-8e8bdcc5bc9569c520401f91f9ae53ead252eed8.tar.gz
Changelog and release for 0.9.150.9.15
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd878e452a..f7ecf6b97d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 0.9.15 (April 1, 2010)
+
+Features:
+
+ - Use the env_file if possible instead of doing a runtime resolve
+ - Huge speedup when calling Bundler.setup while locked
+ - Ensures bundle exec is fast while locked
+ - Regenerates env_file if it was generated by an older version
+ - Update cached/packed gems when you update gems via bundle install
+
+Bugfixes:
+
+ - Prep for Rubygems 1.3.7 changes
+ - Install command now pulls git branches correctly (#211)
+ - Raise errors on invalid options in the Gemfile
+
## 0.9.14 (March 30, 2010)
Features: