CHANGELOG.md in prop_check-0.13.0 vs CHANGELOG.md in prop_check-0.14.0

- old
+ new

@@ -1,4 +1,5 @@ +- 0.14.0 - Adds `uniq: true` option to `Generators.array`. Makes `PropCheck::Property` an immutable object that returns copies that have changes whenever reconfiguring, allowing re-usable configuration. - 0.13.0 - Adds Generator#resize - 0.12.1 - Fixes shrinking when filtering bug. - 0.12.0 - `PropCheck::Generators#instance` - 0.11.0 - Improved syntax to support Ruby 2.7 and up without deprecation warnings, full support for `#where`. - 0.10.0 - Some bugfixes, support for `#where`