CHANGELOG.md in rantly-1.2.0 vs CHANGELOG.md in rantly-2.0.0

- old
+ new

@@ -1,10 +1,42 @@ # Change Log All notable changes to rantly will be documented in this file. The curated log begins at changes to version 0.4.0. This project adheres to [Semantic Versioning](http://semver.org/). +## [Master](https://github.com/rantly-rb/rantly/compare/2.0.0...master) (unreleased) + +### New features + +### Bug fixes + +### Changes + + +## [2.0.0](https://github.com/rantly-rb/rantly/compare/1.2.0...2.0.0) - 2019-01-08 + +### New features +- Add support for float ranges to `range` generator + - [Issue #60](https://github.com/rantly-rb/rantly/issues/60) + - thanks [Trevor Brown][Trevor Brown] + +### Bug fixes +- `range` generator returns `nil` for invalid ranges + - [Issue #60](https://github.com/rantly-rb/rantly/issues/60) + - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] +- `choose` generator returns `nil` when no values are given + - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] + +### Changes +- Only support for Ruby >= 2.4 and JRuby >= 9.2 + - [Issue #42](https://github.com/rantly-rb/rantly/issues/42) and [issue #37](https://github.com/rantly-rb/rantly/issues/37) +- Do not render all shrinking levels, only the failing case and the minimal failed data. + - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] +- Improve failure/success messages + - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] + + ## [1.2.0](https://github.com/abargnesi/rantly/compare/1.1.0...1.2.0) - 2018-08-29 ### New features - Allow to generate floats using Gaussian distribution - [Issue #29](https://github.com/rantly-rb/rantly/issues/29) - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] and [Víctor Gallego][Víctor Gallego] @@ -57,5 +89,6 @@ [Eric Bischoff]: https://github.com/Bischoff [Jamie English]: https://github.com/english [Oleksii Fedorov]: https://github.com/waterlink [Ana María Martínez Gómez]: https://github.com/Ana06 [Víctor Gallego]: https://github.com/vicgalle +[Trevor Brown]: https://github.com/Stratus3D