summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-02-21 17:45:29 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-02-21 17:45:29 -0600
commit1a51fbe157a93a342c9d855eaf1c387821413372 (patch)
tree50820fd1940d2174be2d80c85c80d5d19605da21 /CHANGELOG.md
parentb0a39cb112a5067214bd3f6f3df0a6875cf496d9 (diff)
downloadnix-1a51fbe157a93a342c9d855eaf1c387821413372.zip
Add ENOTRECOVERABLE and EOWNERDEAD error codes on DragonFly
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 942d7b3d..d85b42d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Implemented `Extend`, `FromIterator`, and `IntoIterator` for `SigSet` and
added `SigSet::iter` and `SigSetIter`.
(#[1553](https://github.com/nix-rust/nix/pull/1553))
+- Added `ENOTRECOVERABLE` and `EOWNERDEAD` error codes on DragonFly.
+ (#[1665](https://github.com/nix-rust/nix/pull/1665))
### Changed