summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Svensson <idolf@pwnies.dk>2017-01-31 21:13:15 +0100
committerMathias Svensson <idolf@pwnies.dk>2017-02-19 08:42:13 +0100
commit7435cb645bca3c5f89adca33a9411e6abd9c67aa (patch)
tree18c927696f9ca2a66ec843da9c13a0853f3b2117
parentab453e40e32d32766ac72bfb6b9cf6e5b02e68c5 (diff)
downloadnix-7435cb645bca3c5f89adca33a9411e6abd9c67aa.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c114fe4f..41c6f255 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#497](https://github.com/nix-rust/nix/pull/497))
- Added `major` and `minor` in `::nix::sys::stat` for decomposing `dev_t`
([#508](https://github.com/nix-rust/nix/pull/508))
+- Fixed the style of many bitflags and use `libc` in more places.
+ ([#503](https://github.com/nix-rust/nix/pull/503))
### Changed
- `epoll_ctl` now could accept None as argument `event`