summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-01-02 17:52:23 +0100
committerGravatar default2024-01-02 17:52:23 +0100
commit556c72fec3ac5e00406874299dc883e68f686aec (patch)
treed16823e87b9632a6b8922f73bc0d4fea9720bd67
parentUpdated documentation. (diff)
downloadsnac2-556c72fec3ac5e00406874299dc883e68f686aec.tar.gz
snac2-556c72fec3ac5e00406874299dc883e68f686aec.tar.xz
snac2-556c72fec3ac5e00406874299dc883e68f686aec.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 ec7679c..424cb2c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,6 +10,8 @@ Fixed crash in a special case of malformed query.
10 10
11Mastodon API: some tweaks for better integration with more clients, and fixed a crash when processing boosts from kbin. 11Mastodon API: some tweaks for better integration with more clients, and fixed a crash when processing boosts from kbin.
12 12
13Fixed crash in the FastCGI code (thanks to Yonle for helping me debug this).
14
13## 2.43 15## 2.43
14 16
15Tags 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). 17Tags 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).