There was an error while loading. Please reload this page.
1 parent 6ba286c commit a3ab9ffCopy full SHA for a3ab9ff
1 file changed
NEWS.md
@@ -1,5 +1,35 @@
1
# News
2
3
+## 3.4.3 - 2025-09-07 {#version-3-4-3}
4
+
5
+### Improvement
6
7
+ * Reject no root element XML as an invalid XML
8
+ * GH-289
9
+ * GH-291
10
+ * Patch by NAITOH Jun
11
+ * Reported by Sutou Kouhei
12
13
+### Fixes
14
15
+ * Fixed an issue with IOSource#read_until when reaching the end of a file
16
+ * GH-287
17
+ * GH-288
18
19
+ * Reported by Jason Thomas
20
21
+ * The Zlib::GzipReader in JRuby does not behave as expected with REXML, so the test is skipped
22
+ * GH-292
23
24
25
+### Thanks
26
27
+ * NAITOH Jun
28
29
+ * Sutou Kouhei
30
31
+ * Jason Thomas
32
33
## 3.4.2 - 2025-08-26 {#version-3-4-2}
34
35
### Improvement
0 commit comments