summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorGravatar default2025-02-06 08:53:52 +0100
committerGravatar default2025-02-06 08:53:52 +0100
commit2b28fe814271eaa0b4a29457b364abd446d728c2 (patch)
treec27548f22bee7bf0abd09835dcaf51ca0b919521 /RELEASE_NOTES.md
parentMerge pull request 'Rewrite query string decoding' (#299) from inz/snac2:qs-p... (diff)
downloadsnac2-2b28fe814271eaa0b4a29457b364abd446d728c2.tar.gz
snac2-2b28fe814271eaa0b4a29457b364abd446d728c2.tar.xz
snac2-2b28fe814271eaa0b4a29457b364abd446d728c2.zip
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7a23b8b..78f5694 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,12 +6,14 @@ Fixed a search bug.
6 6
7Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. 7Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of.
8 8
9Fixed more crashes (thank you very much to inz for helping me debugging this). 9Fixed more crashes (contributed by inz).
10 10
11Fixed link detection in posts (contributed by inz). 11Fixed link detection in posts (contributed by inz).
12 12
13Allow multiple editors for command-line posts (contributed by inz). 13Allow multiple editors for command-line posts (contributed by inz).
14 14
15Special thanks to fellow developer inz for bringing my attention to code places where I should have been more careful.
16
15## 2.71 17## 2.71
16 18
17Fixed memory leak (contributed by inz). 19Fixed memory leak (contributed by inz).