summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-07 14:04:53 +0000
committerGitHub <noreply@github.com>2022-02-07 14:04:53 +0000
commit0244b83ea2459abbca836f227bf5af8c7b14fecf (patch)
tree476abdd966ab81e9f52b59a3a1117e78bcdd7a60 /CHANGELOG.md
parent16ceae331c0a3e53b75a841aae1d7927c3d474c6 (diff)
parent08e40c0fee3c81ca67317f610ba88ac71a0f3ee4 (diff)
downloadnix-0244b83ea2459abbca836f227bf5af8c7b14fecf.zip
Merge #1563
1563: Impl `AsRawFd` for `OwningIter` r=rtzoeller a=deantvv For issue #1558 Co-authored-by: Dean Li <deantvv@gmail.com>
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 7433db13..82f89bb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1640](https://github.com/nix-rust/nix/pull/1640))
- Added `accept4` on DragonFly, Emscripten, Fuchsia, Illumos, and NetBSD.
(#[1654](https://github.com/nix-rust/nix/pull/1654))
+- Added `AsRawFd` implementation on `OwningIter`.
+ (#[1563](https://github.com/nix-rust/nix/pull/1563))
### Changed