Skip to content

Commit

Permalink
[skip ci] Update CHANGELOG for nix-rust#833
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Mairs committed Apr 11, 2018
1 parent 13f66d0 commit 17123ed
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 17123ed

Please sign in to comment.