summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f4ae8fa..1e163be9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
- Added TIMESTAMPNS support for linux
(#[1402](https://github.com/nix-rust/nix/pull/1402))
-- Added `sendfile64` (#[XXXX](https://github.com/nix-rust/nix/pull/XXXX))
+- Added `sendfile64` (#[1439](https://github.com/nix-rust/nix/pull/1439))
### Changed
- Made `forkpty` unsafe, like `fork`