Skip to content

Commit

Permalink
Updated CHANGELOG.md for #405 and #407.
Browse files Browse the repository at this point in the history
Closes #408.
  • Loading branch information
fiveop committed Aug 28, 2016
1 parent fd4a510 commit e2d3495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit e2d3495

Please sign in to comment.