diff options
author | Andre Arko <andre@arko.net> | 2015-05-02 23:15:15 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-05-03 00:30:27 -0700 |
commit | 84c32d00d59bb90a95eef72422f52253835aa1a5 (patch) | |
tree | 2c2a44e7f11ea6cc3c8d76cc8dce8633e6a3d1ad /CHANGELOG.md | |
parent | 5dcad9e75e392c58d58d68d6180dbd8c098b6594 (diff) | |
download | bundler-84c32d00d59bb90a95eef72422f52253835aa1a5.tar.gz |
Version 1.9.6 with changelogv1.9.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 677bd1153b..d141f60586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +## 1.9.6 (2015-05-02) + +Bugfixes: + + - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) + - allow creating gems with names containing two dashes (#3483, @janlelis) + - allow creating gems with names extending constants (#3603, @amatsuda) + ## 1.9.5 (2015-04-29) Bugfixes: - - Respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) + - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) |