summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-09-18 19:02:03 -0700
committerTerence Lee <hone02@gmail.com>2011-09-18 19:02:03 -0700
commit023c65e464894d09fcdc9455471b9d4639ea098f (patch)
treef15e0e965f44675fc62ceba700df480edc69b4b1 /CHANGELOG.md
parent2264d58a78a3415cf629f0fb4a33d6c58330bee8 (diff)
downloadbundler-023c65e464894d09fcdc9455471b9d4639ea098f.tar.gz
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9cb5a7526..76688093d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.1.pre.9
+## 1.1.pre.9 (Sep 18, 2011)
Bugfixes:
@@ -8,13 +8,20 @@ Bugfixes:
- Fix `outdated` to find pre-release gems that are installed. (#1359)
- Fix color for ui. (#1374)
- Fix installing to user-owned system gems on OS X
+ - Fix caching issue in the resolver (#1353, #1421)
+ - Fix :github DSL option
Features:
- `clean` will now clean up all old .gem and .gemspec files, cleaning up older pres
- - `clean` will be automatically run after (#1420, #1425)
+ - `clean` will be automatically run after bundle install and update when using `--path` (#1420, #1425)
+ - `clean` now takes a `--force` option (#1247, #1426)
+ - `clean` will clean up cached git dirs in bundle clean (#1390)
- remove deprecations from DSL (#1119)
- autorequire tries directories for gems with dashed names (#1205)
+ - adds a `--paths` flag to `bundle show` to list all the paths of bundled gems (@tiegz, #1360)
+ - load rubygems plugins in the bundle binary (@tpope, #1364)
+ - make `--standalone` respect `--path` (@cowboyd, #1361)
## 1.1.pre.8 (Aug 13, 2011)