From 593475fc19a762e261ccab15944a75cbdcc43927 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 29 Nov 2023 09:41:44 +0100 Subject: [PATCH] Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a1e0eca..b0c3a59 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ All code that generates HTML is being refactored. THIS IS A WORK IN PROGRESS. +Fixed crash in a special case of malformed query. + ## 2.43 Tags in posts are now indexed and searching by tag is possible. It's still not very useful, but at least new user posts contain links that return real search-by-tag results. Also, no "re-indexing" of the previously stored data is done (only new local and remote posts will be searchable by tag).