summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-06 19:56:26 +0000
committerGitHub <noreply@github.com>2022-12-06 19:56:26 +0000
commit4e0c970a416b7e247a4b1cd18a207ce99ddba308 (patch)
tree535daff3c2eb6fa7072a2a11684346a2e95972c7 /CHANGELOG.md
parent64b5d3374ed88fdcda413dcfded47d94137577dd (diff)
parent4f61d1200966eed9d9d27c63863a6ec9352fc003 (diff)
downloadnix-4e0c970a416b7e247a4b1cd18a207ce99ddba308.zip
Merge #1882
1882: Epoll type r=asomers a=JonathanWoollett-Light Epoll can be most safely used as a type. This implement a type `Epoll` which supports this. Co-authored-by: Jonathan <jonathanwoollettlight@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 4f7855d3..f6ee0fc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- The MSRV is now 1.63
([#1862](https://github.com/nix-rust/nix/pull/1862))
+- The epoll interface now uses a type.
+ ([#1882](https://github.com/nix-rust/nix/pull/1882))
### Fixed
### Removed