summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-11-29 09:41:44 +0100
committerGravatar default2023-11-29 09:41:44 +0100
commit593475fc19a762e261ccab15944a75cbdcc43927 (patch)
treedee4341bca78c99ba9e0f7c6f9ef9e40eaa08f6d
parentFixed typo. (diff)
downloadsnac2-593475fc19a762e261ccab15944a75cbdcc43927.tar.gz
snac2-593475fc19a762e261ccab15944a75cbdcc43927.tar.xz
snac2-593475fc19a762e261ccab15944a75cbdcc43927.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
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 @@
4 4
5All code that generates HTML is being refactored. THIS IS A WORK IN PROGRESS. 5All code that generates HTML is being refactored. THIS IS A WORK IN PROGRESS.
6 6
7Fixed crash in a special case of malformed query.
8
7## 2.43 9## 2.43
8 10
9Tags 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). 11Tags 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).