From 8d68dc4808bba00b5b6e7ef49913d4f88de762c7 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 18 Jan 2011 18:27:06 -0800 Subject: changelog for v1.0.8 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ea421e2e..fc19e11e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 1.0.8 (January 18, 2010) + +Features: + + - Allow overriding gemspec() deps with :git deps + - Add --local option to `bundle update` + - Ignore Gemfile.lock in newly generated gems + - Use `less` as help pager instead of `more` + - Run `bundle exec rake` instead of `rake` in Capistrano tasks + +Bugfixes: + + - Fix --no-cache option for `bundle install` + - Allow Vlad deploys to work without Capistrano gem installed + - Fix group arguments to `bundle console` + - Allow groups to be loaded even if other groups were loaded + - Evaluate gemspec() gemspecs in their directory not the cwd + - Count on Rake to chdir to the right place in GemHelper + - Change Pathnames to Strings for MacRuby + - Check git process exit status correctly + - Fix some warnings in 1.9.3-trunk (thanks tenderlove) + ## 1.0.7 (November 17, 2010) Bugfixes: @@ -290,8 +312,6 @@ isolation. - Fix cases where the same dependency appeared several times in the Gemfile.lock - Fix a bug where require errors were being swallowed during Bundler.require -## BACKFILL COMING - ## 1.0.0.beta.1 - No `bundle lock` command. Locking happens automatically on install or update -- cgit v1.2.1