Added
- (Java) Added `ParameterType.fromEnum(MyEnumClass.class)` to make it easier
to register enums.
([423](https://github.com/cucumber/cucumber/pull/423)
[aslakhellesoy](https://github.com/aslakhellesoy))
Fixed
- java: The text between `()` (optional text) can be unicode.
([473](https://github.com/cucumber/cucumber/pull/473)
[savkk](https://github.com/aslakhellesoy)
- The built-in `{word}` parameter type handles unicode (any non-space character)
([471](https://github.com/cucumber/cucumber/pull/471)
[savkk](https://github.com/aslakhellesoy)
- Parenthesis inside character class should not be treated as capture group.
([454](https://github.com/cucumber/cucumber/issues/454)
[461](https://github.com/cucumber/cucumber/pull/461)
[463](https://github.com/cucumber/cucumber/pull/463)
[464](https://github.com/cucumber/cucumber/pull/464)
[aidamanna](https://github.com/aslakhellesoy)
[spicalous](https://github.com/spicalous))
Removed
- java: OSGi support has been removed.
([412](https://github.com/cucumber/cucumber/issues/412)
[aslakhellesoy](https://github.com/aslakhellesoy))