Skip to content

Commit 0c7941a

Browse files
committed
Add ChangeLog entries
1 parent 7129f06 commit 0c7941a

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
@@ -4,6 +4,8 @@ Bug fixes:
44

55
* Sharing for thread-safety of objects is now triggered later as intended, e.g., when a second `Thread` is started.
66
* 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).
79

810
Compatibility:
911

0 commit comments

Comments
 (0)