Skip to content

Commit

Permalink
UPDATED: CHANGELOG for pull #95
Browse files Browse the repository at this point in the history
* Fixes: #94
* Implements: #18
  • Loading branch information
jenisys committed Jun 2, 2023
1 parent 374aa4c commit 255cf34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed

- [All] `Not.to_string()` conversion has unneeded double-parenthesis if binary operator is contained
([#94](https://github.com/cucumber/tag-expressions/issues/94)
by [jenisys](https://github.com/jenisys))

### Added

- [Python] Make tests pass against shared test data (except: backslash-escaped)
([#18](https://github.com/cucumber/tag-expressions/issues/18)
by [jenisys](https://github.com/jenisys))

## [5.0.1] - 2023-01-03
### Fixed
- [Java] Fix scm and project urls
Expand Down

0 comments on commit 255cf34

Please sign in to comment.