We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b170c1 commit d1bcaf5Copy full SHA for d1bcaf5
NEWS.md
@@ -1,15 +1,34 @@
1
# News
2
3
-## 3.0.9 - 2023-11-04
+## 3.0.9 - 2023-11-08
4
+
5
+### Improvements
6
7
+ * JRuby: Aligned `StringIO#gets` behavior with the C implementation.
8
9
+ GH-61
10
11
### Fixes
12
- * Fixed `StringIO#pread` with the length 0.
13
+ * CRuby: Fixed `StringIO#pread` with the length 0.
14
15
Patch by Jean byroot Boussier.
16
17
GH-67
18
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
32
## 3.0.8 - 2023-08-10
33
34
### Improvements
0 commit comments