CHANGELOG.md in prop_check-0.15.0 vs CHANGELOG.md in prop_check-0.16.0

- old
+ new

@@ -1,4 +1,8 @@ +- 0.16.0 + - Features: + - New option in `PropCheck::Property::Configuration` to resize all generators at once. + - Wrapper functions to modify this easily in `PropCheck::Property` called `#resize`, `#grow_fast`, `#grow_slowly`, `#grow_exponentially`, `#grow_quadratically`, `#grow_logarithmically`. - 0.15.0 - Features: - Generators for `Date`, `Time` and `DateTime`. - Basic work done by @Haniyya. Thank you very much! - Extra functions to generate dates/times/datetimes in the future or the past.