summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-24 16:49:36 -0800
committerAndre Arko <andre@arko.net>2015-01-25 23:30:18 -0800
commit3f4a1ffd717dd62399cf9cd338856ee3aee4b754 (patch)
treee123ce6c286c8003520e305c7d53e501fb734bcf
parent4bf8b34a6b332fc439339c57fc08bc2be855f15f (diff)
downloadbundler-3f4a1ffd717dd62399cf9cd338856ee3aee4b754.tar.gz
credit benlakey
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2b35d7477..03bacf2e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,13 +7,14 @@ Features:
- adds a `--no-install` flag to `bundle package`
- add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol)
- add support for private S3 sources (@tryba)
- - prevent whitespace in gem declarations with clear messaging
+ - prevent whitespace in gem declarations with clear messaging (@benlakey)
- tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros)
- generates a `.consolerc` file with new gems and tries to load it on `bundle console` (@andremedeiros)
- tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros)
- Change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh)
Documentation:
+
- add missing Gemfile global `path` explanation (@agenteo)
## 1.7.12 (2015-01-08)