Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Apr 19, 2024
1 parent 52fe147 commit 4aa7cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The escape behavior has changed. By default, characters outside the ASCII range are no longer escaped. To
escape these characters, call `setEscapeNonAscii(true)`.
- By default, numeric character entities are now written in hexidecimal (e.g. `©`) rather than decimal.
- By default, numeric character entities are now written in hexadecimal (e.g. `©`) rather than decimal.
To write numeric entities in decimal, call `setUseDecimal(true)`.
- Invalid XML characters are no longer written. In previous versions, they were written in decimal with the prefix
"ctrl-".
Expand Down

0 comments on commit 4aa7cb3

Please sign in to comment.