aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-12 11:25:30 -0700
committerAndre Arko <andre@arko.net>2010-04-12 12:15:57 -0700
commit4754b367a4b62a85d07ad333109819a814fdec54 (patch)
treee1d69f32ff7677c5cd08ee46ff0a5e0a26633d05 /CHANGELOG.md
parent175c416209fcb367f4eaa15a2ca1153b9c6c150d (diff)
downloadbundler-4754b367a4b62a85d07ad333109819a814fdec54.tar.gz
Version 0.9.19
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a3df535..aecbf8bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 0.9.19 (April 12, 2010)
+
+Features:
+
+ - suggest `bundle install --relock` when the Gemfile has changed (#272)
+ - source support for Rubygems servers without prerelease gem indexes (#262)
+
+Bugfixes:
+
+ - don't set up all groups every time Bundler.setup is called while locked (#263)
+ - fix #full_gem_path for git gems while locked (#268)
+ - eval gemspecs at the top level, not inside the Bundler class (#269)
+
+
## 0.9.18 (April 8, 2010)
Features: