Skip to content

Commit 95b6129

Browse files
committed
CHANGELOG.md: add note about performance improvements for unescaping.
1 parent 56dd87a commit 95b6129

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## main branch
66

7+
* Major performance improvements when unescaping text in many cases (for both
8+
the `unescape` and `unescape_fast` features).
79
* Clarify examples in documentation and README.
10+
* Add `BARE_ENTITY_MAX_LENGTH` constant that contains the length of the longest
11+
entity without a semicolon (enabled with feature `entities`).
812
* Fix a few spelling mistakes in documentation.
913

1014
## Release 1.0.6 (2025-04-26)

0 commit comments

Comments
 (0)