CHANGELOG.md in cucumber-3.1.0 vs CHANGELOG.md in cucumber-3.1.1

- old
+ new

@@ -8,11 +8,11 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber. ---- -## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.1.0...master) (Not released) +## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.1.1...master) (Not released) ### Added * N/A @@ -30,10 +30,46 @@ ### Fixed * N/A -## [3.1.0](https://github.com/cucumber/cucumber-ruby/compare/v3.0.2...3.1.0) (2017-11-28) +### Improved + +* N/A + +## [3.1.1](https://github.com/cucumber/cucumber-ruby/compare/v3.1.0...v3.1.1) (2018-06-03) + +### Added + +* N/A + +### Changed + +* Add Rubocop to default Rake task ([#1256](https://github.com/cucumber/cucumber-ruby/pull/1256) [@jaysonesmith](https://github.com/jaysonesmith)) +* Upgraded `cucumber-expressions` dependency to ~> 6.0.0 ([#1299](https://github.com/cucumber/cucumber-ruby/pull/1299) [@aslakhellesoy](https://github.com/aslakhellesoy)) +* Upgraded to `gherkin` 5.1.0 ([#1299](https://github.com/cucumber/cucumber-ruby/pull/1299) [@aslakhellesoy](https://github.com/aslakhellesoy)) + +### Deprecated + +* N/A + +### Removed + +* N/A + +### Fixed + +* Make `--fail-fast` play nice with `--retry` ([#1283](https://github.com/cucumber/cucumber-ruby/pull/1283) [@yrral86](https://github.com/yrral86)) +* Fix incompatible encodings error in JUnit formatter ([#1244](https://github.com/cucumber/cucumber-ruby/pull/1244) [@NickAb](https://github.com/NickAb)) (except on JRuby, see [#1259](https://github.com/cucumber/cucumber-ruby/pull/1259)) +* Fix the handling of failed hooks in the JUnit Formatter ([@brasmusson](https://github.com/brasmusson)) +* Fixed lengthy stacktrace when running `cucumber -f stepdefs` when steps aren't defined. ([#1286](https://github.com/cucumber/cucumber-ruby/pull/1286) [@xtrasimplicity](https://github.com/xtrasimplicity)) +* Fixed an error with HTML snippet generation when `frozen_string_literal` is enabled and the `Syntax` gem is not installed. ([#1287](https://github.com/cucumber/cucumber-ruby/pull/1287) [@xtrasimplicity](https://github.com/xtrasimplicity)) + +### Improved + +* N/A + +## [3.1.0](https://github.com/cucumber/cucumber-ruby/compare/v3.0.2...v3.1.0) (2017-11-28) ### Added * ParameterType transformer runs in World ([#1213](https://github.com/cucumber/cucumber-ruby/pull/1213)