CHANGELOG.md in polyfill-0.2.0 vs CHANGELOG.md in polyfill-0.3.0

- old
+ new

@@ -1,9 +1,30 @@ -# [0.2.0][] +# [0.3.0][] ## Added + - v2.4 Dir.empty? + - v2.4 File.empty? + - v2.4 IO#each_line + - v2.4 IO.foreach + - v2.4 IO#gets + - v2.4 IO#readline + - v2.4 IO#readlines + - v2.4 IO.readlines + - v2.4 StringIO#each_line + - v2.4 StringIO#gets + - v2.4 StringIO#readline + - v2.4 StringIO#readlines + +## Changes + + - New way to select methods that doesn't rely on knowing the module structure + +# [0.2.0][] (2017-03-16) + +## Added + - v2.4 MatchData#named_captures - v2.4 MatchData#values_at - v2.4 Hash#compact - v2.4 Hash#compact! - v2.4 Hash#transform_values @@ -31,7 +52,8 @@ - v2.4 Numeric#finite? - v2.4 Numeric#infinite? - v2.4 String#concat? - v2.4 String#prepend? +[0.3.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.0.0...v0.1.0