aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8311b82..1ab1abf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,23 @@
-## 1.0.2 (October 2, 2010)
+## 1.0.3 (October 15, 2010)
Bugfixes:
+ - Use bitwise or in #hash to reduce the chance of overflow
+ - `bundle update` now works with :git + :tag updates
+ - Record relative :path options in the Gemfile.lock
+ - :groups option on gem method in Gemfile now works
+ - Add #platform method and :platform option to Gemfile DSL
+ - --without now accepts a quoted, space-separated list
+ - Installing after --deployment with no lock is now possible
+ - Binstubs can now be symlinked
+ - Print warning if cache for --local install is missing gems
+ - Improve output when installing to a path
+ - The tests all pass! Yay!
+
+## 1.0.2 (October 2, 2010)
+
+Bugfix:
+
- Actually include the man pages in the gem, so help works
## 1.0.1 (October 1, 2010)