diff options
author | Andre Arko <andre@arko.net> | 2014-08-13 18:14:50 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-08-13 18:14:50 -0700 |
commit | fa46d0dc6bf164fbcb4392ca90e77f5f8941aa53 (patch) | |
tree | bc841126e5f654af2953b3958ae33d2495a1a32d /CHANGELOG.md | |
parent | 1d87df43920550622f4aa370f302069288fbf0cd (diff) | |
download | bundler-fa46d0dc6bf164fbcb4392ca90e77f5f8941aa53.tar.gz |
Version 1.7.0 with changelogv1.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e63a16bae..853fb19249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.7.0 (2014-08-13) + +Security: + + - Fix for CVE-2013-0334, installing gems from an unexpected source + +Features: + + - Gemfile `source` calls now take a block containing gems from that source (@tmoore) + - added the `:source` option to `gem` to specify a source (@tmoore) + +Bugfixes: + + - warn on ambiguous gems available from more than one source (@tmoore) + ## 1.6.5 (2014-07-23) Bugfixes: |