diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
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: |