From e2d3495fa4f7829b5cfa00d370ba21a34cc2a24e Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Sun, 28 Aug 2016 09:20:02 +0200 Subject: Updated CHANGELOG.md for #405 and #407. Closes #408. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2e6bf8..08939e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added new module `::nix::sys::reboot` with enumeration `RebootMode` and functions `reboot` and `set_cad_enabled`. Currently for _linux_ only. ([#386](https://github.com/nix-rust/nix/pull/386)) +- `FdSet` in `::nix::sys::select` now also implements `Clone`. + ([#405](https://github.com/nix-rust/nix/pull/405)) +- Added `F_FULLFSYNC` to `FcntlArg` in `::nix::fcntl` for _apple_ targets. + ([#407](https://github.com/nix-rust/nix/pull/407)) ### Changed - Replaced the reexported integer constants for signals by the enumeration -- cgit v1.2.3