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 ced0a0e commit a442034Copy full SHA for a442034
CHANGELOG.md
@@ -6,6 +6,7 @@ Bug fixes:
6
* Fixed `Array#to_h` so it doesn't set a default value (#1698).
7
* Removed extra `public` methods on `IO` (#1702).
8
* 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).
10
11
Compatibility:
12
@@ -15,6 +16,7 @@ Compatibility:
15
16
* Added missing `Enumerable#filter` and `Enumerator::Lazy#filter` aliases to the respective `select` method (#1610).
17
* Implement more `Ripper` methods as no-ops (#1694).
18
* Implemented `rb_enc_sprintf` (#1702).
19
+* Non-blocking `StringIO` and `Socket` APIs now support `exception: false` like MRI (#1702).
20
21
Changes:
22
0 commit comments