Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 999b723

Browse files
committed
Add 3.4.2 entry
1 parent 5859bde commit 999b723

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

NEWS.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,104 @@
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+
47+
### Fixes
48+
49+
* Fix docs typo
50+
* GH-248
51+
* Patch by James Coleman
52+
53+
* Fix reverse sort in xpath_parser
54+
* GH-251
55+
* Patch by tomoya ishida
56+
57+
* Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling
58+
* GH-255
59+
* Patch by NAITOH Jun
60+
61+
* Fix wrong Encoding resolution
62+
* GH-258
63+
* Patch by Sutou Kouhei
64+
65+
* Handle nil when parsing fragment
66+
* GH-267
67+
* GH-268
68+
* Patch by pboling
69+
70+
* [Documentation] Use # to reference instance methods
71+
* GH-269
72+
* GH-270
73+
* Patch by pboling
74+
75+
* Fix & Deprecate REXML::Text#text_indent
76+
* GH-273
77+
* GH-275
78+
* Patch by pboling
79+
80+
* remove bundler from dev deps
81+
* GH-276
82+
* GH-277
83+
* Patch by pboling
84+
85+
* remove ostruct from dev deps
86+
* GH-280
87+
* GH-281
88+
* Patch by pboling
89+
90+
### Thanks
91+
92+
* NAITOH Jun
93+
94+
* tomoya ishida
95+
96+
* James Coleman
97+
98+
* pboling
99+
100+
* Sutou Kouhei
101+
3102
## 3.4.1 - 2025-02-16 {#version-3-4-1}
4103

5104
### Improvement

0 commit comments

Comments
 (0)