diff mbox series

[v5,4/4] liburing: update changelog with new feature

Message ID 20221121191459.998388-5-shr@devkernel.io (mailing list archive)
State Not Applicable
Headers show
Series liburing: add api for napi busy poll | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Stefan Roesch Nov. 21, 2022, 7:14 p.m. UTC
Add a new entry to the changelog file for the napi busy poll feature.

Signed-off-by: Stefan Roesch <shr@devkernel.io>
---
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/CHANGELOG b/CHANGELOG
index 09511af..1db0269 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@ 
+liburing-2.4 release
+- Support for napi busy polling
+
 liburing-2.3 release
 
 - Support non-libc build for aarch64.