docs(changelog): audit unreleased entries since v0.67.3

This commit is contained in:
Armin Ronacher
2026-04-16 17:31:34 +02:00
parent a91978cf19
commit b071e99b27
3 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed markdown strikethrough parsing to require strict double-tilde delimiters (`~~text~~`) with non-whitespace boundaries, preventing accidental strikethrough from loose tilde usage.
## [0.67.3] - 2026-04-15
### Fixed