summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-30 11:03:35 -0700
committerAndre Arko <andre@arko.net>2010-03-30 11:03:35 -0700
commit569d0a22119bfbfaa16f1f4fbf7a0ac0034b830f (patch)
treea77fb438731f33558bcaeff0aaa353d15372d050
parent17957e288f7d6f62c171820386eacc9f8a924a7e (diff)
downloadbundler-569d0a22119bfbfaa16f1f4fbf7a0ac0034b830f.tar.gz
Changelog for 0.9.14
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11f82c914c..bd878e452a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## 0.9.14 (March 30, 2010)
+
+Features:
+
+ - install command output vastly improved
+ - installation message now accurate, with 'using' and 'installing'
+ - bundler gems no longer listed as 'system gems'
+ - show command output now includes sha and branch name for git gems
+ - init command now takes --gemspec option for bootstrapping gem Gemfiles
+ - Bundler.with_clean_env for shelling out to ruby scripts
+ - show command now aliased as 'list'
+ - VISUAL env var respected for GUI editors
+
+Bugfixes:
+
+ - exec command now finds binaries from gems with no gemspec
+ - note source of Gemfile resolver errors
+ - don't blow up if git urls are changed
+
## 0.9.13 (March 23, 2010)
Bugfixes: