Skip to content

Commit 59b747e

Browse files
committed
Add 3.1.1 entry
1 parent dc62d65 commit 59b747e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

NEWS.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# News
22

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+
332
## 3.1.0 - 2023-11-28
433

534
### Fixes

0 commit comments

Comments
 (0)