diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-18 14:57:13 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-18 14:57:13 +0300 |
commit | c00b55bc80b8e5cd010d34ceb841d3a12d607056 (patch) | |
tree | 359dfd20ea3527c47509de5618aac13aeaf1a445 | |
parent | eca86330b4b1e834c14c4765469bf7238ffa0018 (diff) | |
download | pleroma-c00b55bc80b8e5cd010d34ceb841d3a12d607056.tar.gz |
Add a changelog entry for user search refactoring
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c282514a..758d53ec4 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/). ``` delete from users where ap_id = 'https://your.instance.hostname/relay'; ``` +- Bad user search matches ## [1.1.0] - 2019-10-14 **Breaking:** The stable branch has been changed from `master` to `stable`. If you want to keep using 1.0, the `release/1.0` branch will receive security updates for 6 months after 1.1 release. |