Skip to content

Commit 13aedf2

Browse files
committed
Add 3.2.6 entry
1 parent a2e36c1 commit 13aedf2

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

NEWS.md

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

3+
## 3.2.6 - 2023-07-27 {#version-3-2-6}
4+
5+
### Improvements
6+
7+
* Required Ruby 2.5 or later explicitly.
8+
[GH-69][gh-69]
9+
[Patch by Ivo Anjo]
10+
11+
* Added documentation for maintenance cycle.
12+
[GH-71][gh-71]
13+
[Patch by Ivo Anjo]
14+
15+
* Added tutorial.
16+
[GH-77][gh-77]
17+
[GH-78][gh-78]
18+
[Patch by Burdette Lamar]
19+
20+
* Improved performance and memory usage.
21+
[GH-94][gh-94]
22+
[Patch by fatkodima]
23+
24+
* `REXML::Parsers::XPathParser#abbreviate`: Added support for
25+
function arguments.
26+
[GH-95][gh-95]
27+
[Reported by pulver]
28+
29+
* `REXML::Parsers::XPathParser#abbreviate`: Added support for string
30+
literal that contains double-quote.
31+
[GH-96][gh-96]
32+
[Patch by pulver]
33+
34+
* `REXML::Parsers::XPathParser#abbreviate`: Added missing `/` to
35+
`:descendant_or_self/:self/:parent`.
36+
[GH-97][gh-97]
37+
[Reported by pulver]
38+
39+
* `REXML::Parsers::XPathParser#abbreviate`: Added support for more patterns.
40+
[GH-97][gh-97]
41+
[Reported by pulver]
42+
43+
### Fixes
44+
45+
* Fixed a typo in NEWS.
46+
[GH-72][gh-72]
47+
[Patch by Spencer Goodman]
48+
49+
* Fixed a typo in NEWS.
50+
[GH-75][gh-75]
51+
[Patch by Andrew Bromwich]
52+
53+
* Fixed documents.
54+
[GH-87][gh-87]
55+
[Patch by Alexander Ilyin]
56+
57+
* Fixed a bug that `Attriute` convert `'` and `'` even when
58+
`attribute_quote: :quote` is used.
59+
[GH-92][gh-92]
60+
[Reported by Edouard Brière]
61+
62+
* Fixed links in tutorial.
63+
[GH-99][gh-99]
64+
[Patch by gemmaro]
65+
66+
67+
### Thanks
68+
69+
* Ivo Anjo
70+
71+
* Spencer Goodman
72+
73+
* Andrew Bromwich
74+
75+
* Burdette Lamar
76+
77+
* Alexander Ilyin
78+
79+
* Edouard Brière
80+
81+
* fatkodima
82+
83+
* pulver
84+
85+
* gemmaro
86+
87+
[gh-69]:https://github.com/ruby/rexml/issues/69
88+
[gh-71]:https://github.com/ruby/rexml/issues/71
89+
[gh-72]:https://github.com/ruby/rexml/issues/72
90+
[gh-75]:https://github.com/ruby/rexml/issues/75
91+
[gh-77]:https://github.com/ruby/rexml/issues/77
92+
[gh-87]:https://github.com/ruby/rexml/issues/87
93+
[gh-92]:https://github.com/ruby/rexml/issues/92
94+
[gh-94]:https://github.com/ruby/rexml/issues/94
95+
[gh-95]:https://github.com/ruby/rexml/issues/95
96+
[gh-96]:https://github.com/ruby/rexml/issues/96
97+
[gh-97]:https://github.com/ruby/rexml/issues/97
98+
[gh-98]:https://github.com/ruby/rexml/issues/98
99+
[gh-99]:https://github.com/ruby/rexml/issues/99
100+
3101
## 3.2.5 - 2021-04-05 {#version-3-2-5}
4102

5103
### Improvements

0 commit comments

Comments
 (0)