Skip to content

Commit 97e0c47

Browse files
bors[bot]Bryant Mairs
andcommitted
Merge #882
882: Update CHANGELOG for #833 r=Susurrus a=Susurrus Forgot to mention the big changes in #833 before it was merged. Co-authored-by: Bryant Mairs <[email protected]>
2 parents 13f66d0 + 17123ed commit 97e0c47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3535
### Changed
3636
- Display and Debug for SysControlAddr now includes all fields.
3737
([#837](https://github.com/nix-rust/nix/pull/837))
38+
- `ioctl!` has been replaced with a family of `ioctl_*!` macros.
39+
([#833](https://github.com/nix-rust/nix/pull/833))
40+
- `io!`, `ior!`, `iow!`, and `iorw` has been renamed to `request_code_none!`, `request_code_read!`,
41+
`request_code_write`, and `request_code_readwrite` respectively. These have also now been exposed
42+
in the documentation.
43+
([#833](https://github.com/nix-rust/nix/pull/833))
3844

3945
### Fixed
4046
- Properly exposed 460800 and 921600 baud rates on NetBSD

0 commit comments

Comments
 (0)