Skip to content

Commit 95871f3

Browse files
committed
Add 3.3.6 entry
1 parent 7cb5eae commit 95871f3

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

NEWS.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# News
22

3+
## 3.3.6 - 2024-08-22 {#version-3-3-6}
4+
5+
### Improvements
6+
7+
* Removed duplicated entity expansions for performance.
8+
* GH-194
9+
* Patch by Viktor Ivarsson.
10+
11+
* Improved namespace conflicted attribute check performance. It was
12+
too slow for deep elements.
13+
* Reported by l33thaxor.
14+
15+
### Fixes
16+
17+
* Fixed a bug that default entity expansions are counted for
18+
security check. Default entity expansions should not be counted
19+
because they don't have a security risk.
20+
* GH-198
21+
* GH-199
22+
* Patch Viktor Ivarsson
23+
24+
* Fixed a parser bug that parameter entity references in internal
25+
subsets are expanded. It's not allowed in the XML specification.
26+
* GH-191
27+
* Patch by NAITOH Jun.
28+
29+
* Fixed a stream parser bug that user-defined entity references in
30+
text aren't expanded.
31+
* GH-200
32+
* Patch by NAITOH Jun.
33+
34+
### Thanks
35+
36+
* Viktor Ivarsson
37+
38+
* NAITOH Jun
39+
40+
* l33thaxor
41+
342
## 3.3.5 - 2024-08-12 {#version-3-3-5}
443

544
### Fixes

0 commit comments

Comments
 (0)