summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-05-02 03:37:28 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-05-02 03:37:28 +0000
commitba402c011f765f0b1fd1811fe476be2d94108d42 (patch)
tree179dd95085024a3b9b33eeb838205dd56d38feb1 /CHANGELOG.md
parenta773b8870a31a9b77c26d5e46145567371bc0ee2 (diff)
parent094270f838c0c717bb818bf4a581dbdef2627d10 (diff)
downloadnix-ba402c011f765f0b1fd1811fe476be2d94108d42.zip
Merge #880
880: Update changelog for #869 r=Susurrus a=Detegr Updated changelog to contain #869 Co-authored-by: Antti Keränen <detegr@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b78c59f..fb344839 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -49,6 +49,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#892](https://github.com/nix-rust/nix/pull/892))
### Fixed
+- Fixed possible panics when using `SigAction::flags` on Linux
+ ([#869](https://github.com/nix-rust/nix/pull/869))
- Properly exposed 460800 and 921600 baud rates on NetBSD
([#837](https://github.com/nix-rust/nix/pull/837))
- Fixed `ioctl_write_int!` on FreeBSD/DragonFlyBSD