Ver código fonte

Updated RELEASE_NOTES.

grunfink 10 meses atrás
pai
commit
851ecabfbf
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      RELEASE_NOTES.md

+ 4 - 2
RELEASE_NOTES.md

@@ -2,10 +2,12 @@
 
 ## UNRELEASED
 
-Fixed a nasty bug that incorrectly deleted private local posts in certain cases.
-
 After receiving a follow confirmation, a bunch of posts from that account are requested and inserted into the timeline as context.
 
+Continuously failing instances are marked as broken after a given number of days (see `snac(8)` on how to tune this counter). Incoming activity from any of these instances resets the counter.
+
+Fixed a nasty bug that incorrectly deleted private local posts in certain cases.
+
 Scheduled posts can now be sent from the command line (see `snac(1)` for more information on how to do it).
 
 Docker: add timezone, new examples for building and complete Swarm mode stack with Traefik (contributed by daltux).