CHANGELOG.md in polyfill-0.8.0 vs CHANGELOG.md in polyfill-0.9.0

- old
+ new

@@ -1,5 +1,20 @@ +# [0.9.0][] (2017-05-05) + +## Added + + - v2.2 Enumerable#max + - v2.2 Enumerable#max_by + - v2.2 Enumerable#min + - v2.2 Enumerable#min_by + - v2.2 Vector#@+ + - Polyfill.get can now be used with `prepend` + +## Fixed + + - Enumerable should add to Matrix and Vector as well + # [0.8.0][] (2017-04-27) ## Changed - `Polyfill()` is no longer used with `include` or `extend`. Instead `Polyfill.get` should @@ -139,9 +154,10 @@ - v2.4 Numeric#finite? - v2.4 Numeric#infinite? - v2.4 String#concat? - v2.4 String#prepend? +[0.9.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.3.0...v0.4.0