diff options
author | stwf <steven.fuchs@dockyard.com> | 2020-09-17 09:48:17 -0400 |
---|---|---|
committer | stwf <steven.fuchs@dockyard.com> | 2020-09-17 09:48:17 -0400 |
commit | f58262c673616661baf9750c216a07d239ae99c3 (patch) | |
tree | 691b5479816d67fb8b47500ad0b300e53b3724e9 | |
parent | f900a40d5dc4285977bd92f3792ad04a2f34ddcf (diff) | |
download | pleroma-f58262c673616661baf9750c216a07d239ae99c3.tar.gz |
add description to changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |