From 3e86eb3a9dcdfe4bcaeac48d27c9cc7a5aed184e Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sat, 26 Jan 2019 16:36:49 +0100 Subject: [PATCH] Changelog for #4994. --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 74d88776f..23b103a57 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * Fix: Include port number in `Host` header of `Page.dummy_request()` (Sergey Fedoseev) * Fix: Validation error messages in `InlinePanel` no longer count towards `max_num` when disabling the 'add' button (Todd Dembrey, Thibaud Colas) * Fix: Rich text to contentstate conversion now ignores stray closing tags (frmdstryr) + * Fix: Escape backslashes in `postgres_search` queries (Hammy Goonan) 2.4 (19.12.2018)