From adff2cfbed0d8fa1cdecd217efecefe16c246888 Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Tue, 6 Dec 2011 17:17:23 -0800 Subject: update changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a99f20e25..81219cca99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 1.1.rc2 (Dec 6, 2011) + +Features: + + - Added README.md to `newgem` (@ognevsky, #1574) + - Search $PATH for a binary rather than shelling out to `which` (@tenderlove, #1573) + - Added LICENSE (MIT) to newgem (@ognevsky, #1571) + - do not clear RG cache unless we actually modify GEM_PATH and GEM_HOME- use `Gem.load_env_plugins` instead of `Gem.load_env_plugins` (#1500, #1543)- use Gem.bindir for bundle clean (#1544, #1532)@jjb, 1522 (@tenderlove, #1567) + - `newgem` now uses https://rubygems.org (#1562) + - `bundle init` now uses https://rubygems.org (@jjb, #1522) + - `bundle install/update` does not autoclean when using --path for semver + +Bugfixes: + + - only auto-namespace requires for implied requires (#1531) + - fix bundle clean output for git repos (#1473) + - use Gem.bindir for bundle clean (#1544, #1532) + - use `Gem.load_env_plugins` instead of `Gem.load_env_plugins` (#1500, #1543) + - differentiate Ruby 2.0 (trunk) from Ruby 1.9 (@tenderlove, #1539) + - `bundle clean` handles 7 length git hash for bundle clean (#1490, #1491) + - fix Psych loading issues + +Documentation: + + - added documentation for --shebang option for `bundle install` (@lunks, #1475, #1558) + ## 1.1.rc (Oct 3, 2011) Features: -- cgit v1.2.1