summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-01-09 17:57:28 -0800
committerTerence Lee <hone02@gmail.com>2013-01-09 17:57:28 -0800
commit8745b98251ebb424a7e25676e4ab5979137c1c88 (patch)
treee81b951d4bf1ddace0a76bda242e3837c27a8277
parent65401310c8dce23899e2905e45810dd195217c02 (diff)
downloadbundler-8745b98251ebb424a7e25676e4ab5979137c1c88.tar.gz
update changelog
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c044113bd5..39e2b41c96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 1.3.0.pre.5 (Jan 9, 2013)
+
+Features:
+
+ - make `--standalone` require lines ruby engine/version agnostic
+ - add `--dry-run` to `bundle clean` (@wfarr, #2237)
+
+Bugfixes:
+
+ - don't skip writing binstubs when doing `bundle install`
+ - distinguish between ruby 1.9/2.0 when using :platforms (@spastorino)
+
## 1.3.0.pre.4 (Jan 3, 2013)
Features: