Skip to content

Commit a622645

Browse files
koumame
authored andcommitted
Add 3.2.5 entry
1 parent 3c137eb commit a622645

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

NEWS.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# News
22

3+
## 3.2.5 - 2021-04-05 {#version-3-2-5}
4+
5+
### Improvements
6+
7+
* Add more validations to XPath parser.
8+
9+
* `require "rexml/docuemnt"` by default.
10+
[GitHub#36][Patch by Koichi ITO]
11+
12+
* Don't add `#dcloe` method to core classes globally.
13+
[GitHub#37][Patch by Akira Matsuda]
14+
15+
* Add more documentations.
16+
[Patch by Burdette Lamar]
17+
18+
* Added `REXML::Elements#parent`.
19+
[GitHub#52][Patch by Burdette Lamar]
20+
21+
### Fixes
22+
23+
* Fixed a bug that `REXML::DocType#clone` doesn't copy external ID
24+
information.
25+
26+
* Fixed round-trip vulnerability bugs.
27+
See also: https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/
28+
[HackerOne#1104077][CVE-2021-28965][Reported by Juho Nurminen]
29+
30+
### Thanks
31+
32+
* Koichi ITO
33+
34+
* Akira Matsuda
35+
36+
* Burdette Lamar
37+
38+
* Juho Nurminen
39+
340
## 3.2.4 - 2020-01-31 {#version-3-2-4}
441

542
### Improvements

0 commit comments

Comments
 (0)