summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Baikov <manpacket@gmail.com>2022-06-13 10:38:39 +0800
committerMichael Baikov <manpacket@gmail.com>2022-10-14 08:57:41 -0400
commit7f0fdf237c7d05523944c14c79fecbae45723598 (patch)
tree415a4e343deddef03f4fab2cdadf66c3aa6557cd /CHANGELOG.md
parentd600ddd86014bb91a6dba13a41d4ecde92049906 (diff)
downloadnix-7f0fdf237c7d05523944c14c79fecbae45723598.zip
Update changelog
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 b1f74a89..de01c2f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -85,6 +85,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Changed
+- Reimplemented sendmmsg/recvmmsg to avoid allocations and with better API
+ (#[1744](https://github.com/nix-rust/nix/pull/1744))
+
- Rewrote the aio module. The new module:
* Does more type checking at compile time rather than runtime.
* Gives the caller control over whether and when to `Box` an aio operation.