summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-02-04 13:56:08 +0100
committerGravatar default2025-02-04 13:56:08 +0100
commite1e4c0ca1ade524eb6d2585215c0b028ffaf5a8b (patch)
tree37b5f41d0f543246f16f7f9a0ce81e20e7b743ec
parentMerge pull request 'Fix memory leaks' (#294) from inz/snac2:memory-leak into ... (diff)
downloadpenes-snac2-e1e4c0ca1ade524eb6d2585215c0b028ffaf5a8b.tar.gz
penes-snac2-e1e4c0ca1ade524eb6d2585215c0b028ffaf5a8b.tar.xz
penes-snac2-e1e4c0ca1ade524eb6d2585215c0b028ffaf5a8b.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 337a29a..0623f23 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,11 @@
1# Release Notes 1# Release Notes
2 2
3## UNRELEASED
4
5Fixed memory leak (contributed by inz).
6
7Fixed crash.
8
3## 2.70 9## 2.70
4 10
5Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post *ad nauseam* for every reaction). 11Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post *ad nauseam* for every reaction).