summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-04-11 08:07:01 -0700
committerBryant Mairs <bryantmairs@google.com>2018-04-11 08:07:01 -0700
commit17123eda5ac51206254ddcc10d64a342c1ef2283 (patch)
tree91eabd5417c335a9049ad086e0381a53c47f8c67
parent13f66d04a9fcdf90ea863adacbe74c87df3f7383 (diff)
downloadnix-17123eda5ac51206254ddcc10d64a342c1ef2283.zip
[skip ci] Update CHANGELOG for #833
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 817c2ccd..27ae766d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Display and Debug for SysControlAddr now includes all fields.
([#837](https://github.com/nix-rust/nix/pull/837))
+- `ioctl!` has been replaced with a family of `ioctl_*!` macros.
+ ([#833](https://github.com/nix-rust/nix/pull/833))
+- `io!`, `ior!`, `iow!`, and `iorw` has been renamed to `request_code_none!`, `request_code_read!`,
+ `request_code_write`, and `request_code_readwrite` respectively. These have also now been exposed
+ in the documentation.
+ ([#833](https://github.com/nix-rust/nix/pull/833))
### Fixed
- Properly exposed 460800 and 921600 baud rates on NetBSD