summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJonathan <jonathanwoollettlight@gmail.com>2022-12-04 22:50:10 +0000
committerJonathan <jonathanwoollettlight@gmail.com>2022-12-04 22:50:13 +0000
commit4f61d1200966eed9d9d27c63863a6ec9352fc003 (patch)
tree6ff7f7af35705532cd98f9451f3111c27205e0e6 /CHANGELOG.md
parente756c967e837a0b3c8bb785b8bb56dde1f6c05eb (diff)
downloadnix-4f61d1200966eed9d9d27c63863a6ec9352fc003.zip
Epoll
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