snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 361f6b693a0a6eee886fc6e5bacf42f359e7f793
parent f97fbe374429833319cea78b1f149a3111cea633
Author: default <nobody@localhost>
Date:   Fri, 10 Jan 2025 06:41:31 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## UNRELEASED + +Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/). + +Added some caching for local `Actor` objects. + +Hashtags that are not explicitly linked in a post's content are shown below. + ## 2.68 Fixed regression in link verification code (contributed by nowster).