aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-15 17:08:33 -0700
committerAndre Arko <andre@arko.net>2010-10-15 17:32:25 -0700
commite0fc27d0b73eff6c90bd8db311c9fc6c7188f8a9 (patch)
treee9aef4c30556232f542df084c9b5a4c1924d9bb6 /CHANGELOG.md
parent2e6b51d00749a869cf5f9cf3e762e6edc0b88ac9 (diff)
downloadbundler-e0fc27d0b73eff6c90bd8db311c9fc6c7188f8a9.tar.gz
Version 1.0.3 with changelog
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)