CHANGELOG.md in polyfill-1.0.0 vs CHANGELOG.md in polyfill-1.0.1
- old
+ new
@@ -1,11 +1,20 @@
+# [1.0.1][] (2017-06-03)
+
+## Fixed
+
+ - v2.3 String.new attempted to convert the encoded string instead of forcing
+ the encoding.
+
# [1.0.0][] (2017-05-15)
- Bumped to show stablization of the API
# [0.10.0][] (2017-05-15)
+## Added
+
- v2.3 Numeric#negative?
- v2.3 Numeric#positive?
# [0.9.0][] (2017-05-05)
@@ -163,9 +172,10 @@
- v2.4 Numeric#finite?
- v2.4 Numeric#infinite?
- v2.4 String#concat?
- v2.4 String#prepend?
+[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
[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