summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-09-18 18:57:23 -0700
committerAndre Arko <andre@arko.net>2011-09-18 18:57:23 -0700
commit3920fef3fbcefad7b74f310c470468f6195d3eb0 (patch)
treee05c6d4d450345d54a6ff9719014bfb12c629392 /CHANGELOG.md
parent45c4529daf2a2e807638fb167f2b6424590eb121 (diff)
downloadbundler-3920fef3fbcefad7b74f310c470468f6195d3eb0.tar.gz
Version 1.0.20.rc
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 281d76e06b..03efa56d0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 1.0.20.rc (September 18, 2011)
+
+Features:
+
+ - Rescue interrupts to `bundle` while loading bundler.rb (#1395)
+ - Pass git directory paths instead of cd'ing (@tigris, #1213)
+ - Allow clearing without groups by passing `--without ''` (#1259)
+
+Bugfixes:
+
+ - Manually sort requirements in the lockfile (#1375)
+ - Remove several warnings generated by ruby -w (@stephencelis)
+ - Handle trailing slashes on names passed to `gem` (#1372)
+ - Name modules for gems like 'test-foo_bar' correctly (#1303)
+ - Don't require Psych if Syck is already loaded (#1239)
+
## 1.0.19.rc (September 13, 2011)
Features: