update CHANGELOG

This commit is contained in:
Bearice Ren 2021-08-12 01:17:11 +08:00
parent 9844ba825b
commit e6f972cde1
No known key found for this signature in database
GPG Key ID: A5366FF1B4915131

View File

@ -24,6 +24,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1302](https://github.com/nix-rust/nix/pull/1302))
- Added `ptrace::interrupt` method for platforms that support `PTRACE_INTERRUPT`
(#[1422](https://github.com/nix-rust/nix/pull/1422))
- Added `IP6T_SO_ORIGINAL_DST` sockopt.
(#[1490](https://github.com/nix-rust/nix/pull/1490))
### Changed