Skip to content

Commit f36916f

Browse files
authored
Add 3.4.2 entry (#284)
1 parent 5859bde commit f36916f

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

NEWS.md

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

3+
## 3.4.2 - 2025-08-26 {#version-3-4-2}
4+
5+
### Improvement
6+
7+
* Improved performance.
8+
* GH-244
9+
* GH-245
10+
* GH-246
11+
* GH-249
12+
* GH-256
13+
* Patch by NAITOH Jun
14+
15+
* Raise appropriate exception when failing to match start tag in DOCTYPE
16+
* GH-247
17+
* Patch by NAITOH Jun
18+
19+
* Deprecate accepting array as an element in XPath.match, first and each
20+
* GH-252
21+
* Patch by tomoya ishida
22+
23+
* Don't call needless encoding_updated
24+
* GH-259
25+
* Patch by Sutou Kouhei
26+
27+
* Reuse XPath::match
28+
* GH-263
29+
* Patch by pboling
30+
31+
* Cache redundant calls for doctype
32+
* GH-264
33+
* Patch by pboling
34+
35+
* Use Safe Navigation (&.) from Ruby 2.3
36+
* GH-265
37+
* Patch by pboling
38+
39+
* Remove redundant return statements
40+
* GH-266
41+
* Patch by pboling
42+
43+
* Added XML declaration check & Source#skip_spaces method
44+
* GH-282
45+
* Patch by NAITOH Jun
46+
* Reported by Sofi Aberegg
47+
48+
### Fixes
49+
50+
* Fix docs typo
51+
* GH-248
52+
* Patch by James Coleman
53+
54+
* Fix reverse sort in xpath_parser
55+
* GH-251
56+
* Patch by tomoya ishida
57+
58+
* Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling
59+
* GH-255
60+
* Patch by NAITOH Jun
61+
62+
* Fix wrong Encoding resolution
63+
* GH-258
64+
* Patch by Sutou Kouhei
65+
66+
* Handle nil when parsing fragment
67+
* GH-267
68+
* GH-268
69+
* Patch by pboling
70+
71+
* [Documentation] Use # to reference instance methods
72+
* GH-269
73+
* GH-270
74+
* Patch by pboling
75+
76+
* Fix & Deprecate REXML::Text#text_indent
77+
* GH-273
78+
* GH-275
79+
* Patch by pboling
80+
81+
* remove bundler from dev deps
82+
* GH-276
83+
* GH-277
84+
* Patch by pboling
85+
86+
* remove ostruct from dev deps
87+
* GH-280
88+
* GH-281
89+
* Patch by pboling
90+
91+
### Thanks
92+
93+
* NAITOH Jun
94+
95+
* tomoya ishida
96+
97+
* James Coleman
98+
99+
* pboling
100+
101+
* Sutou Kouhei
102+
103+
* Sofi Aberegg
104+
3105
## 3.4.1 - 2025-02-16 {#version-3-4-1}
4106

5107
### Improvement

0 commit comments

Comments
 (0)