From d1bcaf5f768be4d006c1d9eb8a2c5cc576a71912 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 8 Nov 2023 16:00:10 +0900 Subject: [PATCH] Update 3.0.9 entry --- NEWS.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index e84f8d9..5488660 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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