summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md24
1 files 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