summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2022-11-06 11:59:36 -0800
committerAlex Saveau <saveau.alexandre@gmail.com>2022-12-02 18:52:00 -0800
commitfab11e97e22df216fd6fd6a663ce575780694b91 (patch)
treec45c5b4ed8833ea3c6421ec5abe95ce35efe2984 /CHANGELOG.md
parented8319c01a3fff74df24bc9c920d742a0f94874e (diff)
downloadnix-fab11e97e22df216fd6fd6a663ce575780694b91.zip
Nuke IoVec
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
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 129d93f2..3da3a509 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Fixed
### Removed
+- Removed deprecated IoVec API.
+ ([#1855](https://github.com/nix-rust/nix/pull/1855))
+
## [0.26.1] - 2022-11-29
### Fixed
- Fix UB with `sys::socket::sockopt::SockType` using `SOCK_PACKET`.