summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-11-27 20:41:34 +0100
committerGravatar default2023-11-27 20:41:34 +0100
commitde8c8c31f0f94d57d2bacce9ac4733dc9ac3372e (patch)
tree31f19618aa85f3eeee8e717242fb05e5430966ef
parentNew function html_instance_body() (still unused). (diff)
downloadsnac2-de8c8c31f0f94d57d2bacce9ac4733dc9ac3372e.tar.gz
snac2-de8c8c31f0f94d57d2bacce9ac4733dc9ac3372e.tar.xz
snac2-de8c8c31f0f94d57d2bacce9ac4733dc9ac3372e.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d8ba1d5..a1e0eca 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1# Release Notes 1# Release Notes
2 2
3## 2.44
4
5All code that generates HTML is being refactored. THIS IS A WORK IN PROGRESS.
6
3## 2.43 7## 2.43
4 8
5Tags 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). 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).