CHANGELOG.md in it-1.0.0 vs CHANGELOG.md in it-2.0.0

- old
+ new

@@ -1,4 +1,18 @@ +# 2.0.0 (2020-08-07) + +## Breaking changes + +* Support dropped for Ruby 2.3, 2.4 and for Rails 4.2, 5.0, and 5.1 + +## Fixes + +* Fix 'TypeError - hash key raise is not a Symbol' when used with Rails 6.0.3 [#28](https://github.com/iGEL/it/pull/28) + *Jason Barnabe* and *wingice* +* Fix Ruby 2.7 deprecations +* `It.link` now accepts `ActiveSupport::SafeBuffer`s + Reported by *James Balazs* + # 1.0.0 (2017-06-03) * Allow whitespace after the colon without considering it part of the value [#20](https://github.com/iGEL/it/pull/20) *Russell Norris* * Run specs with warnings enabled