diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2043f0d1f016d8edde5d7cf8d649a35684ceb693..1354ecd35ad77531764bc7f3d4a19da2e2753206 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
 - Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
 - Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
 - Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
+- Fix: can now interpret the *add* commands with spaces in the query correctly
 - Change: autotools to cmake toolchain
 - Change: cmake minimal version to 3.17 because of policy CMP0100
 - Change: the CI check if lektor compiles, no binary deployment for now