summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-08-03 21:30:20 -0700
committerAndre Arko <andre@arko.net>2010-08-03 21:30:20 -0700
commit530b511620013dd05fdd2b301f91071283c2db3d (patch)
tree26eecfeb70866516b644210918adb270f2d0ee69 /CHANGELOG.md
parent7dd31f0b90fd756df9ef707ddea26db1250356b1 (diff)
downloadbundler-530b511620013dd05fdd2b301f91071283c2db3d.tar.gz
Version 1.0.0.rc.31.0.0.rc.3
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 562272de5b..3a935fef6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## 1.0.0.rc.2 (August 3, 2010)
+
+Features:
+
+ - Deprecate --production flag for --deployment, since the former
+ was causing confusion with the :production group
+ - Add --gemfile option to `bundle check`
+ - Reduce memory usage of `bundle install` by 2-4x
+ - Improve message from `bundle check` under various conditions
+ - Better error when a changed Gemfile conflicts with Gemfile.lock
+
+Bugfixes:
+
+ - Create bin/ directory if it is missing, then install binstubs
+ - Error nicely on the edge case of a pinned gem with no spec
+ - Do not require gems for other platforms
+ - Update git sources along with the gems they contain
+
## 1.0.0.rc.2 (July 29, 2010)
- `bundle install path` was causing confusion, so we now print