From: stwf Date: Thu, 17 Sep 2020 13:48:17 +0000 (-0400) Subject: add description to changelog X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=f58262c673616661baf9750c216a07d239ae99c3;p=akkoma add description to changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 75357f05e..a7a4f08ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated. - Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated. +- The `discoverable` field in the `User` struct will now add a NOINDEX metatag to profile pages when false. ### Removed