diff options
author | Andre Arko <andre@arko.net> | 2015-04-12 15:53:41 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-04-12 15:53:41 -0700 |
commit | 10d94dcee83ae2c82cd39152c29cb4477f42c5c0 (patch) | |
tree | a4b443faf4f447d7bab6d94e1bb891aada6dd414 /CHANGELOG.md | |
parent | 5749adedea810a94dc5c156f0f36247c572ea368 (diff) | |
download | bundler-10d94dcee83ae2c82cd39152c29cb4477f42c5c0.tar.gz |
Version 1.9.3 with changelogv1.9.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a74b43548..ff68446433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.9.3 (2015-04-12) + +Bugfixes: + + - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) + - install 'universal' gems on Windows (#3066, @jdmundrawala) + - stop passing --local during `rake install` task (#3236, @indirect) + - guard against all possible accidental public gem pushes (#3533, @indirect) + ## 1.9.2 (2015-03-30) Bugfixes: |