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 dc62d65 commit 59b747eCopy full SHA for 59b747e
NEWS.md
@@ -1,5 +1,34 @@
1
# News
2
3
+## 3.1.1 - 2024-06-13
4
+
5
+### Improvements
6
7
+ * JRuby: Improved.
8
+ * GH-83
9
+ * GH-84
10
+ * GH-85
11
12
+ * Added `StringIO::MAX_LENGTH`.
13
14
+ * Added support for NULL `StringIO` by `StringIO.new(nil)`.
15
16
+ * Improved IO compatibility for partial read.
17
+ * GH-95
18
+ * https://bugs.ruby-lang.org/issues/20418
19
20
+### Fixes
21
22
+ * Fixed a bug that coderange isn't updated after overwrite.
23
+ * Reported by Tiago Cardoso.
24
+ * https://bugs.ruby-lang.org/issues/20185
25
+ * GH-77
26
+ * GH-79
27
28
+### Thanks
29
30
+ * Tiago Cardoso
31
32
## 3.1.0 - 2023-11-28
33
34
### Fixes
0 commit comments