Skip to content

Commit 0e3dea0

Browse files
committed
Add 3.1.8 release note
1 parent cf58a20 commit 0e3dea0

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

NEWS.md

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

3+
## 3.1.8 - 2025-11-12
4+
5+
### Improvements
6+
7+
* Improved documents
8+
* Patch by Burdette Lamar
9+
10+
### Fixes
11+
12+
* Fixed SEGV in `StringIO#seek` with `SEEK_END` on `StringIO.new(nil)`
13+
* GH-137
14+
* Patch by koh-sh
15+
16+
* Fixed SEGV in `StringIO#read` on `StringIO.new(nil)`
17+
18+
* Fixed SEGV in `StringIO#pread` on `StringIO.new(nil)`
19+
20+
* Fixed SEGV in `StringIO#eof?` on `StringIO.new(nil)`
21+
22+
* JRuby: Fixed a bug that `StringIO#read` doesn't clear code range
23+
* GH-156
24+
* Patch by Karol Bucek
25+
26+
### Thanks
27+
28+
* koh-sh
29+
30+
* Burdette Lamar
31+
32+
* Karol Bucek
33+
334
## 3.1.7 - 2025-04-21
435

536
### Improvements

0 commit comments

Comments
 (0)