CHANGELOG.md in polyfill-1.3.0 vs CHANGELOG.md in polyfill-1.4.0

- old
+ new

@@ -1,9 +1,15 @@ -# Master +# [1.3.0][] (2018-09-09) -# [1.3.0][] (TBD) +## Added +- v2.5 String#each_grapheme_cluster +- v2.5 String#grapheme_clusters +- v2.5 Struct.new + +# [1.3.0][] (2018-03-20) + ## Added - v2.5 Enumerable#all? - v2.5 Enumerable#any? - v2.5 Enumerable#none? @@ -240,9 +246,11 @@ - v2.4 Numeric#finite? - v2.4 Numeric#infinite? - v2.4 String#concat? - v2.4 String#prepend? +[1.4.0]: https://github.com/AaronLasseigne/polyfill/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/AaronLasseigne/polyfill/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/AaronLasseigne/polyfill/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/AaronLasseigne/polyfill/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/AaronLasseigne/polyfill/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.10.0...v1.0.0 [0.10.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.9.0...v0.10.0