Skip to content

Commit

Permalink
Unify CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed May 11, 2024
1 parent 5fe527e commit 2d0c9a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- all expressions now respond to `#negative?` / `#negated?`
- previously only sets, props, and posix classes did
* previously only sets, props, and posix classes did
- implemented `#negative?` / `#negated?` for more applicable expressions
- `\B`, `\D`, `\H`, `\S`, `\W`, `(?!...)`, `(?<!...)`
* `\B`, `\D`, `\H`, `\S`, `\W`, `(?!...)`, `(?<!...)`

### Fixed

- fixed missing support for grapheme cluster break unicode properties
- e.g. `/\p{Grapheme_Cluster_Break=Extend}/`
* e.g. `/\p{Grapheme_Cluster_Break=Extend}/`

## [2.8.3] - 2023-12-04 - Janosch Müller

Expand Down Expand Up @@ -63,8 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support calling `Subexpression#{each_expression,flat_map}` with a one-argument block
* in this case, only the expressions are passed to the block, no indices
- support calling test methods at Expression class level
- `capturing?`, `comment?`, `decorative?`, `referential?`, `terminal?`
- e.g. `Regexp::Expression::CharacterSet.terminal? # => false`
* `capturing?`, `comment?`, `decorative?`, `referential?`, `terminal?`
* e.g. `Regexp::Expression::CharacterSet.terminal? # => false`

### Fixed

Expand Down

0 comments on commit 2d0c9a5

Please sign in to comment.