summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-06 00:52:21 -0500
committerTerence Lee <hone02@gmail.com>2011-08-06 00:52:21 -0500
commitba23f523c690fdd6d0f8ad37962f3a1f6d2a86c7 (patch)
treeb2d3b3c1debe25ee8fae5d7237ced8fcc4da6050
parent833c601cf13392f30b3104893f89b407f0819232 (diff)
downloadbundler-ba23f523c690fdd6d0f8ad37962f3a1f6d2a86c7.tar.gz
update changelog for bundler 1.0.16
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9176ca1dc..24585abf36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## 1.0.16 (Aug 6, 2011)
+
+Features:
+
+ - documentation for gem ..., :require => false (@kmayer, #1292)
+ - Work around File.basename not working on Windows network share paths like "\\Somewhere\gitrepo" (@mtscout6, #1253)
+
+ - gems provide "executables", they are rarely also binaries (@fxn, #1242)
+ - Make templates consistent (@bowsersenior, #1306)
+ - Performance fix for MRI 1.9 (@efficientcloud, #1288)
+ - check for rubygems.org when publishing gem (#980)
+ - enable shortcuts for subcommands (@amatsuda)
+
+Bugfixes:
+
+ - Fix for bundle package with rubygems 1.3.x (@dburt, #1202)
+ - Fix bundle install --without on kiji (@tmm1, #1287)
+ - Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)
+
## 1.0.15 (June 9, 2011)
Features: