File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Original file line number Diff line number Diff line change 1
1
# News
2
2
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
+
3
37
## 3.3.2 - 2024-07-16 {#version-3-3-2}
4
38
5
39
### Improvements
You can’t perform that action at this time.
0 commit comments