summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeo Lu <luyuxuanleo@gmail.com>2022-07-10 12:19:20 +0800
committerLeo Lu <luyuxuanleo@gmail.com>2022-07-11 06:45:35 +0800
commit790960cbb2fa496fcfe56c6be07361ffcfe67901 (patch)
treefc49794e4508e18ccac9d4b224dd93f837c1c238 /CHANGELOG.md
parentba376e8577fd9b441ca1e6028f03c928f1045dd5 (diff)
downloadnix-790960cbb2fa496fcfe56c6be07361ffcfe67901.zip
Added CHANGELOG
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 424b9d89..70e43316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1697](https://github.com/nix-rust/nix/pull/1697))
- Added `getrusage` and helper types `UsageWho` and `Usage`
(#[1747](https://github.com/nix-rust/nix/pull/1747))
+- Added the `DontRoute` SockOpt
+ (#[1752](https://github.com/nix-rust/nix/pull/1752))
### Changed