summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko and Terence Lee <andre.arko+terence.lee@gmail.com>2011-01-21 11:59:20 -0800
committerAndre Arko and Terence Lee <andre.arko+terence.lee@gmail.com>2011-01-21 11:59:20 -0800
commita924ea3afd9cab51cd34da923e24dbbb0ae50440 (patch)
tree2db9d8243c2ba5d25f645dc5b1cabf798ebedccd
parent8161a70d4117603f4952000e9343cd7bd0e5b6ef (diff)
downloadbundler-a924ea3afd9cab51cd34da923e24dbbb0ae50440.tar.gz
Changelog for 1.1.prev1.1.pre
-rw-r--r--CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edd9e30f2a..f056161570 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,28 @@
+## 1.1.pre (January 21, 2010)
+
+Features:
+
+ - Add bundle clean. Removes unused gems from --path directory
+ - Initial Gemcutter Endpoint API work, BAI Fetching source index
+ - Added bundle install --standalone
+ - Ignore Gemfile.lock when buliding new gems
+ - Make it possible to override a .gemspec dependency's source in the
+ Gemfile
+
+Removed:
+
+ - Removed bundle lock
+ - Removed bundle install <path>
+ - Removed bundle install --production
+ - Removed bundle install --disable-shared-gems
+
## 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.
+ all gems in groups other than :default and Rails.env
## 1.0.8 (January 18, 2010)