summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorqupeng <onlyqupeng@gmail.com>2016-12-19 15:54:59 +0800
committerqupeng <onlyqupeng@gmail.com>2016-12-19 15:54:59 +0800
commitacc15131bf445807025aa8d32b1aa925405705e2 (patch)
tree47f75d54b2dbc40b2ea872f5cf089cd129a1ea60 /CHANGELOG.md
parent2d6ffc394f4016e79eaffac3c86b7188773077d8 (diff)
downloadnix-acc15131bf445807025aa8d32b1aa925405705e2.zip
fix all and update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ff9cf7a..43f33569 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#491](https://github.com/nix-rust/nix/pull/491))
### Changed
+- `epoll_ctl` now could accept None as argument `event`
+ when op is `EpollOp::EpollCtlDel`.
+ ([#480](https://github.com/nix-rust/nix/pull/480))
- Removed the `bad` keyword from the `ioctl!` macro
([#478](https://github.com/nix-rust/nix/pull/478))
- Changed `TimeVal` into an opaque Newtype