Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# News

## 3.4.3 - 2025-09-07 {#version-3-4-3}

### Improvement

* Reject no root element XML as an invalid XML
* GH-289
* GH-291
* Patch by NAITOH Jun
* Reported by Sutou Kouhei

### Fixes

* Fixed an issue with `IOSource#read_until` when reaching the end of a file
* GH-287
* GH-288
* Patch by NAITOH Jun
* Reported by Jason Thomas

### Thanks

* NAITOH Jun

* Sutou Kouhei

* Jason Thomas

## 3.4.2 - 2025-08-26 {#version-3-4-2}

### Improvement
Expand Down
Loading