We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dd87a commit 95b6129Copy full SHA for 95b6129
CHANGELOG.md
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
## main branch
6
7
+* Major performance improvements when unescaping text in many cases (for both
8
+ the `unescape` and `unescape_fast` features).
9
* 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`).
12
* Fix a few spelling mistakes in documentation.
13
14
## Release 1.0.6 (2025-04-26)
0 commit comments