We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ff3e7 commit e4a067eCopy full SHA for e4a067e
NEWS.md
@@ -1,5 +1,39 @@
1
# News
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
17
18
+ * Added more tests for invalid XMLs.
19
+ * GH-183
20
+ * Patch by Watson.
21
22
+ * Added more performance tests.
23
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
37
## 3.3.2 - 2024-07-16 {#version-3-3-2}
38
39
### Improvements
0 commit comments