summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-08-09 14:45:36 -0700
committerAndre Arko <andre@arko.net>2010-08-09 15:06:14 -0700
commit8b199ca2595350b8d8260be9950d2006a3b4bf9e (patch)
tree65626810f037cd8824f889b67f3efb7b4ef30789
parent23c05cf2bf7b25c76806119734ee727584d1f9cd (diff)
downloadbundler-8b199ca2595350b8d8260be9950d2006a3b4bf9e.tar.gz
Update changelog for RC4
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34b83a1d70..c115a35bfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,20 @@
Features:
- `bundle gem NAME` command to generate a new gem with Gemfile
+ - Bundle config file location can be specified by BUNDLE_APP_CONFIG
+ - Add --frozen to disable updating the Gemfile.lock at runtime
+ - Basic Capistrano task now added as 'bundler/capistrano'
+
+Bugfixes:
+
+ - Multiple bundler process no longer share a tmp directory
+ - `bundle update GEM` always updates dependencies of GEM as well
+ - Deleting the cache directory no longer causes errors
+ - Moving the bundle after installation no longer causes git errors
+ - Bundle path is now correctly remembered on a read-only filesystem
+ - Gem binaries are installed to Gem.bindir, not #{Gem.dir}/bin
+ - Fetch gems from vendor/cache, even without --local
+ - Sort lockfile by platform as well as spec
## 1.0.0.rc.3 (August 3, 2010)