summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-08-28 09:20:02 +0200
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-08-28 09:20:02 +0200
commite2d3495fa4f7829b5cfa00d370ba21a34cc2a24e (patch)
tree3fdb89e2eb9ae6383bd22cc6a7b28a0d047413a2 /CHANGELOG.md
parentfd4a5106354bdcdbda6cf93395cdee6c17e5b7ee (diff)
downloadnix-e2d3495fa4f7829b5cfa00d370ba21a34cc2a24e.zip
Updated CHANGELOG.md for #405 and #407.
Closes #408.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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