From a924ea3afd9cab51cd34da923e24dbbb0ae50440 Mon Sep 17 00:00:00 2001 From: Andre Arko and Terence Lee Date: Fri, 21 Jan 2011 11:59:20 -0800 Subject: Changelog for 1.1.pre --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 + - 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) -- cgit v1.2.1