diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aece03d7..3eb1cf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,7 +94,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Both `ip_mreq` and `ipv6_mreq` have been replaced with `IpMembershipRequest` and `Ipv6MembershipRequest`. ([#814](https://github.com/nix-rust/nix/pull/814)) - +- Removed return type from `pause`. + ([#829](https://github.com/nix-rust/nix/pull/829)) ### Fixed - Fix compilation and tests for OpenBSD targets |