From 77add4d9ac72aba31c6edcb153eede674f4c64ba Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Sat, 13 Jul 2024 10:58:40 +0300 Subject: [PATCH] Add kqueue to CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3514817..4d8401529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - `EXPLAIN` statement support. -- Linux io_uring support using direct I/O. +- Asynchronous I/O support with Linux io_uring using direct I/O and Darwin kqueue. - Initial pass on command line shell with following commands: - `.schema` command that describes the database schema.