aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-08-23 15:55:40 -0700
committerCarl Lerche <carllerche@mac.com>2010-08-23 15:56:31 -0700
commit4779cb88933b0409cc550129a420aabed14eabb6 (patch)
treecd3b48ddb32f97bbf02d52f462a638cac45f8eab /CHANGELOG.md
parentb2b12c19b4a65c6bc8e0585355fde5e266d0b05c (diff)
downloadbundler-4779cb88933b0409cc550129a420aabed14eabb6.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31871a44..0fa9cac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## 1.0.0.rc.6
+
+Features:
+
+ - Much better documentation for most of the commands and Gemfile
+ format
+
+Bugfixe:
+
+ - Don't attempt to create directories if they already exist
+ - Fix the capistrano task so that it actually runs
+ - Update the Gemfile template to reference rubygems.org instead
+ of :gemcutter
+ - bundle exec should exit with a non zero exit code when the gem
+ binary does not exist or the file is not executable.
+ - Expand paths in Gemfile relative to the Gemfile and not the current
+ working directory.
+
## 1.0.0.rc.5
Features: