CHANGELOG.md in schemacop-2.2.0 vs CHANGELOG.md in schemacop-2.3.0

- old
+ new

@@ -8,9 +8,27 @@ ### Bug fixes ### Changes --> +## 2.3.0 (2017-05-18) + +### New features + +* Option `strict` for the Type `:object` + + This option, which defaults to true, ensures that instance classes are checked + strictly. If set to false, instances of derived classes are also allowed. + +### Bug fixes + +* Removed '/root' from the paths in the error messages + +### Changes + +* Added tests for the Collector paths to ensure correct behavior +* Added symbol Type to the short forms test + ## 2.2.0 (2017-05-17) ### Changes * Handle `ActiveSupport::HashWithIndifferentAccess` objects gracefully when