Skip to content

Commit 2d0c9a5

Browse files
committed
Unify CHANGELOG formatting
1 parent 5fe527e commit 2d0c9a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Added
1313

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

1919
### Fixed
2020

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

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

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

6969
### Fixed
7070

0 commit comments

Comments
 (0)