CHANGELOG.md in cucumber-3.0.2 vs CHANGELOG.md in cucumber-3.1.0
- 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.0.2...master) (Not released)
+## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.1.0...master) (Not released)
### Added
* N/A
@@ -28,14 +28,28 @@
* N/A
### Fixed
-* N/A
+* N/A
-### Improved
+## [3.1.0](https://github.com/cucumber/cucumber-ruby/compare/v3.0.2...3.1.0) (2017-11-28)
-* N/A
+### Added
+
+* ParameterType transformer runs in World
+ ([#1213](https://github.com/cucumber/cucumber-ruby/pull/1213)
+ [@aslakhellesoy](https://github.com/aslakhellesoy))
+
+### Changed
+
+* Upgraded to `cucumber-expressions` 5.0.4
+* Upgraded to `cucumber-tag_expressions` 1.1.0
+* Upgraded to `gherkin` 5.0.0
+
+### Fixed
+
+* Fix the handling of failed hooks in the JUnit Formatter ([@brasmusson](https://github.com/brasmusson))
## [3.0.2](https://github.com/cucumber/cucumber-ruby/compare/v3.0.1...v3.0.2) (2017-11-11)
### Removed