summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-11-28 21:01:57 -0700
committerGitHub <noreply@github.com>2022-11-28 21:01:57 -0700
commit9e6951fd16582a0e7c813380439d572af1da3271 (patch)
treee21efb50f67dbe0c1a4a85b088cc7bd9ce6c4977 /CHANGELOG.md
parent16f8ff9b266353df7edb66831351d93dedcc84e2 (diff)
downloadnix-9e6951fd16582a0e7c813380439d572af1da3271.zip
Elaborate CHANGELOG entry for PR #1788
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d43c9fb..d11b1555 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,7 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Fix `User::from_uid` and `User::from_name` crash on Android platform.
([#1824](https://github.com/nix-rust/nix/pull/1824))
- Workaround XNU bug causing netmasks returned by `getifaddrs` to misbehave.
- (#1709)
+ ([#1788](https://github.com/nix-rust/nix/pull/1788))
### Removed