From 1b5ea70a6cea1df3efc91b6a7fb6acf20fc7f99f Mon Sep 17 00:00:00 2001 From: Ross Light Date: Tue, 7 Apr 2020 18:32:55 -0700 Subject: Add select::FdSet::fds() method --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f76bfaa..964b749b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). identity for filesystem checks per-thread. (#[1163](https://github.com/nix-rust/nix/pull/1163)) - Derived `Ord`, `PartialOrd` for `unistd::Pid` (#[1189](https://github.com/nix-rust/nix/pull/1189)) +- Added `select::FdSet::fds` method to iterate over file descriptors in a set. ### Changed - Changed `fallocate` return type from `c_int` to `()` (#[1201](https://github.com/nix-rust/nix/pull/1201)) - Enabled `sys::ptrace::setregs` and `sys::ptrace::getregs` on x86_64-unknown-linux-musl target (#[1198](https://github.com/nix-rust/nix/pull/1198)) +- `select::FdSet::contains` and `select::FdSet::highest` now operate on `&FdSet` + instead of `&mut FdSet`. ### Fixed -- cgit v1.2.3