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

- old
+ new

@@ -1,5 +1,23 @@ +# [0.8.0][] (2017-04-27) + +## Changed + + - `Polyfill()` is no longer used with `include` or `extend`. Instead `Polyfill.get` should + be used. + +## Added + + - Polyfill.get for getting modules to include or extend + - v2.2 Enumerable#slice_when + +## Fixed + + - v2.3 Enumerable#chunk_while and v2.2 Enumerable#slice_after should not require `count` + - v2.4 Array#sum should not use `each` (the Enumerable version does) + - load modules before classes so they don't override the local method + # [0.7.0][] (2017-04-22) ## Changed - Sending no parameters to `Polyfill()` now returns nothing instead of everything. @@ -121,9 +139,10 @@ - v2.4 Numeric#finite? - v2.4 Numeric#infinite? - v2.4 String#concat? - v2.4 String#prepend? +[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 [0.3.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.2.0...v0.3.0