aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-09 17:09:16 -0800
committerAndre Arko <andre@arko.net>2010-03-09 17:09:16 -0800
commit3a383f813acdba5bb465e42952f43d51c4a58b2e (patch)
treea72ddefc685a6e77e37a06bba6159af3d7150e69 /CHANGELOG.md
parentee055d8cd495b42efeaa3601be6512e39a2042e1 (diff)
downloadbundler-3a383f813acdba5bb465e42952f43d51c4a58b2e.tar.gz
Add changelog, standardize text files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..717f9151
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+## 0.9.11
+
+ - check now checks installed gems rather than cached gems (#162)
+ - don't update the gem index after locking (#169)
+ - unknown command line options are now rejected (#163)
+ - exec now loads environment.rb if locked (#177)
+ - bundle parenthesises arguments for 1.8.6 (#179)
+ - show prints the install path if you pass it a gem name (#148)
+ - open command to edit an installed gem with $EDITOR (#148)
+ - gems can now be assigned to multiple groups without problems (#135, #114)
+ - you can pass install the path to the gemfile with --gemfile (#125)