Skip to content

Commit

Permalink
Merge #882
Browse files Browse the repository at this point in the history
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 <bryantmairs@google.com>
  • Loading branch information
bors[bot] and Bryant Mairs committed Apr 11, 2018
2 parents 13f66d0 + 17123ed commit 97e0c47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97e0c47

Please sign in to comment.