aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-01-19 14:44:55 -0800
committerAndre Arko <andre@arko.net>2011-01-19 14:44:55 -0800
commit3f0a1e889404bea9069adcb4f24ae9a644b6be6c (patch)
treeb1c30f059fd650c0a710ccea4edafbeab3524772 /CHANGELOG.md
parent3e7c0ab7104330ec9ca797e512e6889e39eae367 (diff)
downloadbundler-3f0a1e889404bea9069adcb4f24ae9a644b6be6c.tar.gz
Changelog for v1.0.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc19e11e..edd9e30f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 1.0.9 (January 19, 2010)
+
+Bugfixes:
+
+ - Fix a bug where Bundler.require could remove gems from the load
+ path. In Rails apps with a default application.rb, this removed
+ all gems in groups other than :default and Rails.env.
+
## 1.0.8 (January 18, 2010)
Features: