Skip to content

Commit 2b285ac

Browse files
committed
Add 3.3.2 entry
1 parent 0e33d3a commit 2b285ac

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

NEWS.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# News
22

3+
## 3.3.2 - 2024-07-16 {#version-3-3-2}
4+
5+
### Improvements
6+
7+
* Improved parse performance.
8+
* GH-160
9+
* Patch by NAITOH Jun.
10+
11+
* Improved parse performance.
12+
* GH-169
13+
* GH-170
14+
* GH-171
15+
* GH-172
16+
* GH-173
17+
* GH-174
18+
* Patch by Watson.
19+
20+
* Added support for raising a parse exception when an XML has extra
21+
content after the root element.
22+
* GH-161
23+
* Patch by NAITOH Jun.
24+
25+
* Added support for raising a parse exception when an XML
26+
declaration exists in wrong position.
27+
* GH-162
28+
* Patch by NAITOH Jun.
29+
30+
* Removed needless a space after XML declaration in pretty print mode.
31+
* GH-164
32+
* Patch by NAITOH Jun.
33+
34+
* Stopped to emit `:text` event after the root element.
35+
* GH-167
36+
* Patch by NAITOH Jun.
37+
38+
### Fixes
39+
40+
* Fixed a bug that SAX2 parser doesn't expand predefined entities for
41+
`characters` callback.
42+
* GH-168
43+
* Patch by NAITOH Jun.
44+
45+
### Thanks
46+
47+
* NAITOH Jun
48+
49+
* Watson
50+
351
## 3.3.1 - 2024-06-25 {#version-3-3-1}
452

553
### Improvements

0 commit comments

Comments
 (0)