We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78da7ae commit 5f9b937Copy full SHA for 5f9b937
NEWS.md
@@ -1,5 +1,35 @@
1
# News
2
3
+## 3.1.9 - 2025-12-01
4
+
5
+### Improvements
6
7
+ * [DOC] Tweaks for StringIO#each_line
8
+ * GH-165
9
10
+ * [DOC] Doc for StringIO.size
11
+ * GH-175
12
13
+ * [DOC] Tweaks for StringIO#fsync
14
+ * GH-173
15
16
+ * [DOC] Fix #seek link
17
+ * GH-174
18
19
+ * Add a note about chilled string support to 3.1.8 release note
20
+ * GH-180 fixes GH-179
21
22
+### Fixes
23
24
+ * JRuby: Removed use of RubyBasicObject.flags
25
+ * GH-182
26
27
+### Thanks
28
29
+ * Burdette Lamar
30
31
+ * Charles Oliver Nutter
32
33
## 3.1.8 - 2025-11-12
34
35
### Improvements
0 commit comments