diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-03-04 13:41:04 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-03-04 13:41:04 -0600 |
commit | ec3dc462ff34693a8290f7c86b2dfac5e4db9b86 (patch) | |
tree | c2af143e1921227030d5e0bc958d0784aadf0ecc | |
parent | cdb05633a6dbc7633f55cd462bdee82e44942caf (diff) | |
download | pleroma-ec3dc462ff34693a8290f7c86b2dfac5e4db9b86.tar.gz |
Document the instance stats fix
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f3794a3..4f7a9f44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Logger: default log level changed from `warn` to `info`. - Config mix task `migrate_to_db` truncates `config` table before migrating the config file. - Default to `prepare: :unnamed` in the database configuration. +- Instance stats are now loaded on startup instead of being empty until next hourly job. <details> <summary>API Changes</summary> |