summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-08-08 09:35:28 -0700
committerAndre Arko <andre@arko.net>2011-08-08 09:35:28 -0700
commit2d1b2488f802861ec89b93a0d199b632c5ed7691 (patch)
tree526f4434b3fed88d8395ae14ccba0ff653aa8b0b
parent90594c45d4ce05a4a60a443bbcfc902bc9638651 (diff)
downloadbundler-2d1b2488f802861ec89b93a0d199b632c5ed7691.tar.gz
curate the 1.0.16 changelog a bit
-rw-r--r--CHANGELOG.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d71fef342a..33a33257c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,21 +2,22 @@
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)
+ - Shortcuts (like `bundle i`) for all commands (@amatsuda)
Bugfixes:
- - Fix for bundle package with rubygems 1.3.x (@dburt, #1202)
+ - Allow Windows network share paths with forward slashes (@mtscout6, #1253)
+ - Check for rubygems.org credentials so `rake release` doesn't hang (#980)
+ - Find cached prerelease gems on 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)
+Documentation:
+
+ - Documentation for `gem ..., :require => false` (@kmayer, #1292)
+ - Gems provide "executables", they are rarely also binaries (@fxn, #1242)
+
## 1.0.15 (June 9, 2011)
Features: