summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-12-06 17:17:23 -0800
committerTerence Lee <hone02@gmail.com>2011-12-06 17:17:23 -0800
commitadff2cfbed0d8fa1cdecd217efecefe16c246888 (patch)
treeeb9d9cb2699777b4feefc9b17d36484b2d9f4f05 /CHANGELOG.md
parent4168c0220f7ebaff92f7e9238a3d0ce4d751518d (diff)
downloadbundler-adff2cfbed0d8fa1cdecd217efecefe16c246888.tar.gz
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
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: