Skip to content

Commit 4338406

Browse files
Fix formatting of CHANGELOG
Signed-off-by: Marijn van Wezel <96489967+marijnvanwezel@users.noreply.github.com>
1 parent 78b4dc8 commit 4338406

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The format is based on [Keep a Changelog], and this project adheres to
1717
- Changed the minimum required PHP version to 8.1.
1818
- Changed the signature of many functions to use PHP 8 union types.
1919
- Changed the `Relationship::DIR_*` to the `Direction` enum.
20-
- Remove `$insertParentheses` from all methods, and automatically insert them based on precedence. - No longer insert parentheses when chaining comparison operators.
20+
- Remove `$insertParentheses` from all methods, and automatically insert them based on precedence.
21+
- No longer insert parentheses when chaining comparison operators.
2122

2223
### Removed
2324

0 commit comments

Comments
 (0)