From 866789d54552cb375b596020baad77a7aed79cd1 Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Sun, 9 Jun 2024 15:31:02 +0800 Subject: [PATCH] chore: changelog entry --- changelog/1936.changed.md | 1 + changelog/1936.removed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/1936.changed.md create mode 100644 changelog/1936.removed.md diff --git a/changelog/1936.changed.md b/changelog/1936.changed.md new file mode 100644 index 0000000000..b013157bb6 --- /dev/null +++ b/changelog/1936.changed.md @@ -0,0 +1 @@ +Module sys/signal now adopts I/O safety diff --git a/changelog/1936.removed.md b/changelog/1936.removed.md new file mode 100644 index 0000000000..1320691655 --- /dev/null +++ b/changelog/1936.removed.md @@ -0,0 +1 @@ +Type `SigevNotify` is no longer `PartialEq`, `Eq` and `Hash` due to the use of `BorrowedFd`