From 1d9336ba216a160aae262abae879048b1c62460c Mon Sep 17 00:00:00 2001 From: Haruki Okada Date: Tue, 28 Sep 2021 12:52:33 +0900 Subject: [PATCH] Add a changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1139cf099d..b241e448b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,9 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Fixed potential undefined behavior in `Signal::try_from` on some platforms. (#[1484](https://github.com/nix-rust/nix/pull/1484)) +- Fixed posix_fadvise to return error correctly. + (#[1538](https://github.com/nix-rust/nix/pull/1538)) + ### Removed - Removed a couple of termios constants on redox that were never actually