summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-21 15:04:39 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-22 13:08:54 -0500
commit22bb1056126cee98dcf747eb48fc5fb5736fe7d7 (patch)
treef208402f7ebddfbc4c33ea952de01b39fe0c141a /CHANGELOG.md
parentfc3a77b7fcf7da0d198c3c9ab9957c8c889a6fe0 (diff)
downloadnix-22bb1056126cee98dcf747eb48fc5fb5736fe7d7.zip
also implement Read and Write for &PtyMaster
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 d85b42d0..65681677 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1553](https://github.com/nix-rust/nix/pull/1553))
- Added `ENOTRECOVERABLE` and `EOWNERDEAD` error codes on DragonFly.
(#[1665](https://github.com/nix-rust/nix/pull/1665))
+- Implemented `Read` and `Write` for `&PtyMaster`
+ (#[1664](https://github.com/nix-rust/nix/pull/1664))
### Changed