[PATCH liburing v1 2/3] CHANGELOG: Note about `io_uring_{enter,enter2,register,setup}`

From: Ammar Faizi
Date: Tue Aug 30 2022 - 20:48:56 EST


From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>

Commit f0b43c84cb3d1 ("syscall: Add io_uring syscall functions")
exports 4 new functions. Mention it in the CHANGELOG file.

Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 9c054b0..1f37e92 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,10 @@
liburing-2.3 release

- Support non-libc build for aarch64.
+- Add io_uring_{enter,enter2,register,setup} syscall functions.


liburing-2.2 release

- Support non-libc builds.
- Optimized syscall handling for x86-64/x86/aarch64.
--
Ammar Faizi