Skip to content

Commit e2d3495

Browse files
committed
Updated CHANGELOG.md for #405 and #407.
Closes #408.
1 parent fd4a510 commit e2d3495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1717
- Added new module `::nix::sys::reboot` with enumeration `RebootMode` and
1818
functions `reboot` and `set_cad_enabled`. Currently for _linux_ only.
1919
([#386](https://github.com/nix-rust/nix/pull/386))
20+
- `FdSet` in `::nix::sys::select` now also implements `Clone`.
21+
([#405](https://github.com/nix-rust/nix/pull/405))
22+
- Added `F_FULLFSYNC` to `FcntlArg` in `::nix::fcntl` for _apple_ targets.
23+
([#407](https://github.com/nix-rust/nix/pull/407))
2024

2125
### Changed
2226
- Replaced the reexported integer constants for signals by the enumeration

0 commit comments

Comments
 (0)