summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Lau <stevelauc@outlook.com>2022-12-08 14:04:22 +0800
committerSteve Lau <stevelauc@outlook.com>2022-12-08 14:04:22 +0800
commit8f52bc97c96922f61140948eacabf966712d105e (patch)
tree5271be5f4aed5ec73304796b002bbfd2edbed76d /CHANGELOG.md
parent67f7d46c6e9d2089f03b2322d31dcb4b388eb730 (diff)
downloadnix-8f52bc97c96922f61140948eacabf966712d105e.zip
feat: I/O safety for 'sys/termios' & 'pty'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6ee0fc5..c75e875e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#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))
+- With I/O-safe type applied in `pty::OpenptyResult` and `pty::ForkptyResult`,
+ users no longer need to manually close the file descriptors in these types.
+ ([#1921](https://github.com/nix-rust/nix/pull/1921))
### Fixed
### Removed