summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 04:47:22 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 04:47:22 +0000
commitc55d793a56ac48cebbd79a7b28b181ece845c114 (patch)
tree3dae80b57ad7b2947fda9a8a56615fbf1804194a /CHANGELOG.md
parent43ac4751f5ee226fc50d2549106a45dc6f70879b (diff)
parent5f7a43a6e96d5f99174e620ae933bc3919b8274b (diff)
downloadnix-c55d793a56ac48cebbd79a7b28b181ece845c114.zip
Merge #843
843: Support arbitrary baud rates on BSDs r=asomers a=Susurrus Closes #842
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eaaf6cba..9ccfabb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -100,6 +100,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#814](https://github.com/nix-rust/nix/pull/814))
- Removed return type from `pause`.
([#829](https://github.com/nix-rust/nix/pull/829))
+- Changed the termios APIs to allow for using a `u32` instead of the `BaudRate`
+ enum on BSD platforms to support arbitrary baud rates. See the module docs for
+ `nix::sys::termios` for more details.
+ ([#843](https://github.com/nix-rust/nix/pull/843))
### Fixed
- Fix compilation and tests for OpenBSD targets