Skip to content

Commit effe44d

Browse files
committed
adding CHANGELOG entry
1 parent 204de8d commit effe44d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2525
- Added `SO_SETFIB` and `SO_USER_COOKIE` to `nix::sys::socket::sockopt` for FreeBSD.
2626
([#2085](https://github.com/nix-rust/nix/pull/2085))
2727
- Added `SO_RTABLE` for OpenBSD and `SO_ACCEPTFILTER` for FreeBSD/NetBSD to `nix::sys::socket::sockopt`.
28-
([#2085](https://github.com/nix-rust/nix/pull/2085))
28+
([#2088](https://github.com/nix-rust/nix/pull/2088))
2929
- Removed `flock` from `::nix::fcntl` on Solaris. ([#2082](https://github.com/nix-rust/nix/pull/2082))
30+
- Added `MAP_ALIGNMENT*` constants and `map_aligned` for NetBSD to `nix::sys::mman`.
31+
([#2090](https://github.com/nix-rust/nix/pull/2090))
3032

3133
### Changed
3234

0 commit comments

Comments
 (0)