summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-03-08 23:46:46 +0000
committerGitHub <noreply@github.com>2022-03-08 23:46:46 +0000
commitff08ff7732f6410b733b781ac3dd8be8f83ec6a5 (patch)
tree1a0b0bb38f0ab295497f6404cbf4a80604eda528 /CHANGELOG.md
parent41ec4012714f3e89ffd3f18d80249a8ad351b439 (diff)
parenta092c5ccc7c613b8149e98f85d0179ba01c73445 (diff)
downloadnix-ff08ff7732f6410b733b781ac3dd8be8f83ec6a5.zip
Merge #1670
1670: Add `MsgFlag::MSG_NOSIGNAL` r=rtzoeller a=i509VCB (I guess I will see if I did the cfg block correctly) Co-authored-by: i509VCB <git@i509.me>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c474b2fb..98550b35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,6 +54,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1665](https://github.com/nix-rust/nix/pull/1665))
- Implemented `Read` and `Write` for `&PtyMaster`
(#[1664](https://github.com/nix-rust/nix/pull/1664))
+- Added `MSG_NOSIGNAL` for Android, Dragonfly, FreeBSD, Fuchsia, Haiku, Illumos, Linux, NetBSD, OpenBSD and Solaris.
+ (#[1670](https://github.com/nix-rust/nix/pull/1670))
### Changed