Skip to content

Commit d1bcaf5

Browse files
committed
Update 3.0.9 entry
1 parent 4b170c1 commit d1bcaf5

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

NEWS.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
11
# News
22

3-
## 3.0.9 - 2023-11-04
3+
## 3.0.9 - 2023-11-08
4+
5+
### Improvements
6+
7+
* JRuby: Aligned `StringIO#gets` behavior with the C implementation.
8+
9+
GH-61
410

511
### Fixes
612

7-
* Fixed `StringIO#pread` with the length 0.
13+
* CRuby: Fixed `StringIO#pread` with the length 0.
814

915
Patch by Jean byroot Boussier.
1016

1117
GH-67
1218

19+
* CRuby: Fixed a bug that `StringIO#gets` with non ASCII compatible
20+
encoding such as UTF-16 doesn't detect correct new line characters.
21+
22+
Reported by IWAMOTO Kouichi.
23+
24+
GH-68
25+
26+
### Thanks
27+
28+
* Jean byroot Boussier
29+
30+
* IWAMOTO Kouichi
31+
1332
## 3.0.8 - 2023-08-10
1433

1534
### Improvements

0 commit comments

Comments
 (0)