Skip to content

Commit 20017ee

Browse files
committed
Add 3.3.1 entry
1 parent a579730 commit 20017ee

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

NEWS.md

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

3+
## 3.3.1 - 2024-06-25 {#version-3-3-1}
4+
5+
### Improvements
6+
7+
* Added support for detecting malformed top-level comments.
8+
* GH-145
9+
* Patch by Hiroya Fujinami.
10+
11+
* Improved `REXML::Element#attribute` performance.
12+
* GH-146
13+
* Patch by Hiroya Fujinami.
14+
15+
* Added support for detecting malformed `<!-->` comments.
16+
* GH-147
17+
* Patch by Hiroya Fujinami.
18+
19+
* Added support for detecting unclosed `DOCTYPE`.
20+
* GH-152
21+
* Patch by Hiroya Fujinami.
22+
23+
* Added `changlog_uri` metadata to gemspec.
24+
* GH-156
25+
* Patch by fynsta.
26+
27+
* Improved parse performance.
28+
* GH-157
29+
* GH-158
30+
* Patch by NAITOH Jun.
31+
32+
### Fixes
33+
34+
* Fixed a bug that large XML can't be parsed.
35+
* GH-154
36+
* Patch by NAITOH Jun.
37+
38+
* Fixed a bug that private constants are visible.
39+
* GH-155
40+
* Patch by NAITOH Jun.
41+
42+
### Thanks
43+
44+
* Hiroya Fujinami
45+
46+
* NAITOH Jun
47+
48+
* fynsta
49+
350
## 3.3.0 - 2024-06-11 {#version-3-3-0}
451

552
### Improvements

0 commit comments

Comments
 (0)