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
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# News

## 3.1.8 - 2025-11-12

### Improvements

* Improved documents
* Patch by Burdette Lamar

### Fixes

* Fixed SEGV in `StringIO#seek` with `SEEK_END` on `StringIO.new(nil)`
* GH-137
* Patch by koh-sh

* Fixed SEGV in `StringIO#read` on `StringIO.new(nil)`

* Fixed SEGV in `StringIO#pread` on `StringIO.new(nil)`

* Fixed SEGV in `StringIO#eof?` on `StringIO.new(nil)`

* JRuby: Fixed a bug that `StringIO#read` doesn't clear code range
* GH-156
* Patch by Karol Bucek

### Thanks

* koh-sh

* Burdette Lamar

* Karol Bucek

## 3.1.7 - 2025-04-21

### Improvements
Expand Down
Loading