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 7129f06 commit 0c7941aCopy full SHA for 0c7941a
CHANGELOG.md
@@ -4,6 +4,8 @@ Bug fixes:
4
5
* Sharing for thread-safety of objects is now triggered later as intended, e.g., when a second `Thread` is started.
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
10
Compatibility:
11
0 commit comments