Skip to content

Commit 951c844

Browse files
committed
Update changelog
1 parent 7a343e4 commit 951c844

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
@@ -2,11 +2,12 @@
22

33
## 3.3.0
44

5-
- Rewriting of parsing to use System.Span instead of Regex for +25% performance gain 🚀
5+
- Rewriting of parsing to use `Span<char>` instead of Regex for +25% performance gain 🚀
66
- Set Timeout on remaining Regex to prevent any DoS attack
77
- Remove extra border space in table #156
88
- Added .NET 10 as an explicit target
99
- Fix page break. Add support for `break-before` and `break-after` css style #220
10+
- Support registering custom bookmark with `data-bookmark` #219
1011

1112
## 3.2.8
1213

0 commit comments

Comments
 (0)