diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-15 15:37:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 15:37:22 +0000 |
commit | de43d7641b351ff2582206798b68baeed42c3117 (patch) | |
tree | cf9f126e637661a03a669cee6e0affce9f758eda /CHANGELOG.md | |
parent | 63914611a1045ed81e575b87bddf02b5f540b3c8 (diff) | |
parent | 91c2a080eac1d0a57bd27fdaac1547dfea309ad1 (diff) | |
download | nix-de43d7641b351ff2582206798b68baeed42c3117.zip |
Merge #1333
1333: Dir: Implement `IntoIterator` for `Dir` r=asomers a=wmanley
This is useful to allow returning an iterator based on a directory iterator
without needing a self-referential struct.
Co-authored-by: William Manley <will@stb-tester.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb4eae6..7f67271f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added `personality` (#[1331](https://github.com/nix-rust/nix/pull/1331)) - Added limited Fuchsia support (#[1285](https://github.com/nix-rust/nix/pull/1285)) - Added `getpeereid` (#[1342](https://github.com/nix-rust/nix/pull/1342)) +- Implemented `IntoIterator` for `Dir` + (#[1333](https://github.com/nix-rust/nix/pull/1333)). +### Changed ### Fixed - Define `*_MAGIC` filesystem constants on Linux s390x (#[1372](https://github.com/nix-rust/nix/pull/1372)) |