Browse Source

Updated RELEASE_NOTES.

default 1 year ago
parent
commit
9a4ff57205
1 changed files with 7 additions and 3 deletions
  1. 7 3
      RELEASE_NOTES.md

+ 7 - 3
RELEASE_NOTES.md

@@ -2,16 +2,20 @@
 
 ## 2.35
 
-Fixed URL links with the # symbol on them.
+Fixed broken URL links with the # symbol on them.
 
-When sanitizing HTML input, unsupported tags are deleted instead of escaped.
+Fixed people-being-followed data loss after not logging in for a long time (actor objects were purged too soon).
 
-There is new a user configuration setup checkbox to mark an account as a bot.
+Don't show 'ghost' no-longer-followers in the people list.
+
+When sanitizing HTML input, unsupported tags are deleted instead of escaped.
 
 Fixed crash on missing headers while checking signatures.
 
 Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7).
 
+There is new a user configuration setup checkbox to mark an account as a bot.
+
 ## 2.34
 
 Polls can now be created from the web interface.