@@ -3,13 +3,30 @@ All notable changes to rantly will be documented in this file. The curated log b
33
44This project adheres to[ Semantic Versioning] ( http://semver.org/ ) .
55
6- ##[ Master] ( https://github.com/rantly-rb/rantly/compare/1.2.0...master ) (unreleased)
6+ ##[ Master] ( https://github.com/rantly-rb/rantly/compare/2.0.0...master ) (unreleased)
7+
8+ ###New features
9+
10+ ###Bug fixes
11+
712###Changes
8- - Add support for float ranges to` range ` generator & return` nil ` for invalid ranges
13+
14+
15+ ##[ 2.0.0] ( https://github.com/rantly-rb/rantly/compare/1.2.0...2.0.0 ) - 2019-01-08
16+
17+ ###New features
18+ - Add support for float ranges to` range ` generator
19+ - [ Issue#60 ] ( https://github.com/rantly-rb/rantly/issues/60 )
20+ - thanks[ Trevor Brown] [ Trevor Brown ]
21+
22+ ###Bug fixes
23+ - ` range ` generator returns` nil ` for invalid ranges
924- [ Issue#60 ] ( https://github.com/rantly-rb/rantly/issues/60 )
10- - thanks[ Trevor Brown ] [ Trevor Brown ] and [ Ana María Martínez Gómez] [ Ana María Martínez Gómez ]
25+ - thanks[ Ana María Martínez Gómez] [ Ana María Martínez Gómez ]
1126- ` choose ` generator returns` nil ` when no values are given
1227- thanks[ Ana María Martínez Gómez] [ Ana María Martínez Gómez ]
28+
29+ ###Changes
1330- Only support for Ruby >= 2.4 and JRuby >= 9.2
1431- [ Issue#42 ] ( https://github.com/rantly-rb/rantly/issues/42 ) and[ issue#37 ] ( https://github.com/rantly-rb/rantly/issues/37 )
1532- Do not render all shrinking levels, only the failing case and the minimal failed data.