CHANGELOG.md in polyfill-1.0.1 vs CHANGELOG.md in polyfill-1.1.0
- old
+ new
@@ -1,5 +1,45 @@
+# Master
+
+# [1.1.0][] (2018-02-23)
+
+## Added
+
+ - The verison now uses Gem::Version for easier comparisons
+ - v2.5 Integer#allbits?
+ - v2.5 Integer#anybits?
+ - v2.5 Integer#ceil
+ - v2.5 Integer#floor
+ - v2.5 Integer#nobits?
+ - v2.5 Integer#round
+ - v2.5 Integer#truncate
+ - v2.5 Hash#slice
+ - v2.5 Hash#transform_keys
+ - v2.5 Kernel#yield_self
+ - v2.5 String#casecmp
+ - v2.5 String#casecmp?
+ - v2.5 String#delete_prefix
+ - v2.5 String#delete_prefix!
+ - v2.5 String#delete_suffix
+ - v2.5 String#delete_suffix!
+ - v2.5 String#start_with?
+
+## Fixed
+
+The following threw a `NoMethodError` instead of a `TypeError` when an
+incorrect type was passed:
+
+ - v2.4 Float#ceil
+ - v2.4 Float#floor
+ - v2.4 Float#truncate
+ - v2.4 Integer#ceil
+ - v2.4 Integer#digits
+ - v2.4 Integer#floor
+ - v2.4 Integer#round
+ - v2.4 Integer#truncate
+ - v2.4 String#casecmp?
+
# [1.0.1][] (2017-06-03)
## Fixed
- v2.3 String.new attempted to convert the encoded string instead of forcing
@@ -172,9 +212,10 @@
- v2.4 Numeric#finite?
- v2.4 Numeric#infinite?
- v2.4 String#concat?
- v2.4 String#prepend?
+[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
[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