diff options
author | lain <lain@soykaf.club> | 2020-09-24 15:56:17 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-09-24 15:56:17 +0200 |
commit | defca4a8b1e5baa03b308e77bf2386f135b2584d (patch) | |
tree | 2eb3a9fcf7ac110fd2b265934a806abda0af6424 | |
parent | d0078bc40406939cb584847c90b00aad006812e4 (diff) | |
download | pleroma-defca4a8b1e5baa03b308e77bf2386f135b2584d.tar.gz |
Changelog: Add info about user search.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5d01af3..1a1de99a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +- Search: Users are now findable by their urls. - 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. |