diff --git a/CHANGELOG.md b/CHANGELOG.md index 267d18097d..e91f17298b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ([#1848](https://github.com/nix-rust/nix/pull/1848)) - added `IP_MTU` (`IpMtu`) `IPPROTO_IP` sockopt on Linux and Android. ([#1865](https://github.com/nix-rust/nix/pull/1865)) +- Added `IP_TOS` `SO_PRIORITY` and `IPV6_TCLASS` sockopts for Linux + ([#1853](https://github.com/nix-rust/nix/pull/1853)) ### Changed