summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJonathan <jonathanwoollettlight@gmail.com>2022-11-20 17:16:21 +0000
committerJonathan <jonathanwoollettlight@gmail.com>2022-11-20 17:16:25 +0000
commitd34696c84b0d3b49456fa6f0f12af91d94b11371 (patch)
tree60f52186b23a99f2a5abc1fa44adb34c5974a64b /CHANGELOG.md
parentfbebb21dd8df447a1408795b4b5706d9ca6c55df (diff)
downloadnix-d34696c84b0d3b49456fa6f0f12af91d94b11371.zip
mmap addr
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 10a95ad9..065f98fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- The MSRV is now 1.56.1
([#1792](https://github.com/nix-rust/nix/pull/1792))
+- The `addr` argument of `sys::mman::mmap` is now of type `Option<NonZeroUsize>`.
+ ([#1870](https://github.com/nix-rust/nix/pull/1870))
### Fixed