Skip to content

Commit

Permalink
Add 3.1.1 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2024
1 parent dc62d65 commit 59b747e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# News

## 3.1.1 - 2024-06-13

### Improvements

* JRuby: Improved.
* GH-83
* GH-84
* GH-85

* Added `StringIO::MAX_LENGTH`.

* Added support for NULL `StringIO` by `StringIO.new(nil)`.

* Improved IO compatibility for partial read.
* GH-95
* https://bugs.ruby-lang.org/issues/20418

### Fixes

* Fixed a bug that coderange isn't updated after overwrite.
* Reported by Tiago Cardoso.
* https://bugs.ruby-lang.org/issues/20185
* GH-77
* GH-79

### Thanks

* Tiago Cardoso

## 3.1.0 - 2023-11-28

### Fixes
Expand Down

0 comments on commit 59b747e

Please sign in to comment.