summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2010-08-09 17:20:36 -0700
committerYehuda Katz <wycats@gmail.com>2010-08-09 17:20:36 -0700
commit323c07c491b32024ad3f9325cfa71df4a75d0925 (patch)
tree5daea4eeaa215df64826d0eb08d8a2554ece661a
parent23e45e2970c37ec846df3da4ce94fcfeebd3c8e3 (diff)
downloadbundler-323c07c491b32024ad3f9325cfa71df4a75d0925.tar.gz
Clarify a new feature
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c115a35bfb..2e46204d42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ Features:
- `bundle gem NAME` command to generate a new gem with Gemfile
- Bundle config file location can be specified by BUNDLE_APP_CONFIG
- Add --frozen to disable updating the Gemfile.lock at runtime
+ (default with --deployment)
- Basic Capistrano task now added as 'bundler/capistrano'
Bugfixes: