Skip to content

Commit a442034

Browse files
committed
Add ChangeLog entries
1 parent ced0a0e commit a442034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Bug fixes:
66
* Fixed `Array#to_h` so it doesn't set a default value (#1698).
77
* Removed extra `public` methods on `IO` (#1702).
88
* Fixed `Process.kill(signal, Process.pid)` when the signal is trapped as `:IGNORE` (#1702).
9+
* Fixed `Addrinfo.new(String)` to reliably find the address family (#1702).
910

1011
Compatibility:
1112

@@ -15,6 +16,7 @@ Compatibility:
1516
* Added missing `Enumerable#filter` and `Enumerator::Lazy#filter` aliases to the respective `select` method (#1610).
1617
* Implement more `Ripper` methods as no-ops (#1694).
1718
* Implemented `rb_enc_sprintf` (#1702).
19+
* Non-blocking `StringIO` and `Socket` APIs now support `exception: false` like MRI (#1702).
1820

1921
Changes:
2022

0 commit comments

Comments
 (0)