Skip to content

Commit e4a067e

Browse files
committed
Add 3.3.3 entry
1 parent 17ff3e7 commit e4a067e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

NEWS.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# News
22

3+
## 3.3.3 - 2024-08-01 {#version-3-3-3}
4+
5+
### Improvements
6+
7+
* Added support for detecting invalid XML that has unsupported
8+
content before root element
9+
* GH-184
10+
* Patch by NAITOH Jun.
11+
12+
* Added support for `REXML::Security.entity_expansion_limit=` and
13+
`REXML::Security.entity_expansion_text_limit=` in SAX2 and pull
14+
parsers
15+
* GH-187
16+
* Patch by NAITOH Jun.
17+
18+
* Added more tests for invalid XMLs.
19+
* GH-183
20+
* Patch by Watson.
21+
22+
* Added more performance tests.
23+
* Patch by Watson.
24+
25+
* Improved parse performance.
26+
* GH-186
27+
* Patch by tomoya ishida.
28+
29+
### Thanks
30+
31+
* NAITOH Jun
32+
33+
* Watson
34+
35+
* tomoya ishida
36+
337
## 3.3.2 - 2024-07-16 {#version-3-3-2}
438

539
### Improvements

0 commit comments

Comments
 (0)