summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-12-20 22:39:10 -0800
committerAndre Arko <andre@arko.net>2012-12-20 22:39:18 -0800
commit6a2fa30640261378e371f930240e30b665d41924 (patch)
tree7d81eb7514259a2d1b0604fd17fe4df83fe63aa9
parent9b5ec6ba4bfbd30ca67474ef916f432767094439 (diff)
downloadbundler-6a2fa30640261378e371f930240e30b665d41924.tar.gz
missed a couple changelog entries
[ci skip]
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 603c1b20d5..709dcdbdfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,12 @@ Features:
- pushing gems during `rake release` can be disabled (@trans)
- installing gems with `rake install` is much faster (@utkarshkukreti)
+ - added platforms :ruby_20 and :mri_20, since the ABI has changed
Bugfixes:
- :git gems with extensions now work with Rubygems >= 2.0 (@jeremy)
+ - revert SemVer breaking change to :github
- `outdated` exits non-zero if outdated gems found (@rohit, #2021)
- https Gist URLs for compatibility with Gist 2.0 (@NARKOZ)
- namespaced gems no longer generate a superfluous directory (@banyan)