Skip to content

Commit

Permalink
Add a CHANGELOG entry for the fix for IO#gets with multi-byte delim…
Browse files Browse the repository at this point in the history
…iters.
  • Loading branch information
nirvdrum committed Mar 29, 2023
1 parent 3b4b161 commit c2e4d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Bug fixes:
* Fix `StringIO#write` to transcode strings with encodings that don't match the `StringIO`'s `external_encoding`. (#2839, @flavorjones)
* Fix processing of proc rest arguments located at the beginning if there are no actual arguments (#2921, @andrykonchin).
* Fix `Monitor#exit` to raise `ThreadError` when monitor not owned by the current thread (#2922, @andrykonchin).
* Fix `IO` line reading calls when using a multi-byte delimiter (`IO#{each,gets,readline,readlines,etc.}) (#2961, @vinistock, @nirvdrum).

Compatibility:

Expand Down

0 comments on commit c2e4d6c

Please sign in to comment.