Skip to content

Commit

Permalink
Update 3.0.9 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 8, 2023
1 parent 4b170c1 commit d1bcaf5
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
# News

## 3.0.9 - 2023-11-04
## 3.0.9 - 2023-11-08

### Improvements

* JRuby: Aligned `StringIO#gets` behavior with the C implementation.

GH-61

### Fixes

* Fixed `StringIO#pread` with the length 0.
* CRuby: Fixed `StringIO#pread` with the length 0.

Patch by Jean byroot Boussier.

GH-67

* CRuby: Fixed a bug that `StringIO#gets` with non ASCII compatible
encoding such as UTF-16 doesn't detect correct new line characters.

Reported by IWAMOTO Kouichi.

GH-68

### Thanks

* Jean byroot Boussier

* IWAMOTO Kouichi

## 3.0.8 - 2023-08-10

### Improvements
Expand Down

0 comments on commit d1bcaf5

Please sign in to comment.