Skip to content

Commit

Permalink
Add 3.3.2 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 16, 2024
1 parent 0e33d3a commit 2b285ac
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# News

## 3.3.2 - 2024-07-16 {#version-3-3-2}

### Improvements

* Improved parse performance.
* GH-160
* Patch by NAITOH Jun.

* Improved parse performance.
* GH-169
* GH-170
* GH-171
* GH-172
* GH-173
* GH-174
* Patch by Watson.

* Added support for raising a parse exception when an XML has extra
content after the root element.
* GH-161
* Patch by NAITOH Jun.

* Added support for raising a parse exception when an XML
declaration exists in wrong position.
* GH-162
* Patch by NAITOH Jun.

* Removed needless a space after XML declaration in pretty print mode.
* GH-164
* Patch by NAITOH Jun.

* Stopped to emit `:text` event after the root element.
* GH-167
* Patch by NAITOH Jun.

### Fixes

* Fixed a bug that SAX2 parser doesn't expand predefined entities for
`characters` callback.
* GH-168
* Patch by NAITOH Jun.

### Thanks

* NAITOH Jun

* Watson

## 3.3.1 - 2024-06-25 {#version-3-3-1}

### Improvements
Expand Down

0 comments on commit 2b285ac

Please sign in to comment.