From 17123eda5ac51206254ddcc10d64a342c1ef2283 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Wed, 11 Apr 2018 08:07:01 -0700 Subject: [PATCH] [skip ci] Update CHANGELOG for #833 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817c2ccda6..27ae766d88 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