Skip to content

Commit 87ac0ec

Browse files
committed
docs: remove redundant explanation from CHANGELOG
1 parent cff3239 commit 87ac0ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
- [#446](https://github.com/preactjs/preact-render-to-string/pull/446) [`b7b288c`](https://github.com/preactjs/preact-render-to-string/commit/b7b288c68ed8c97ed8eb6c26929111debdc03435) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix issues regarding streaming full HTML documents
88

9-
- Replace `HTML_LOWER_CASE` regex with an explicit `Set` for camelCase HTML attribute name lookup. The regex could incorrectly match custom element properties (e.g. `channelId` matching the `ch` prefix, resulting in `channelid`). Using a `Set` ensures only known HTML attributes are lowercased.
10-
119
## 6.6.5
1210

1311
### Patch Changes

0 commit comments

Comments
 (0)