forked from AkkomaGang/akkoma
Add a changelog entry for user search refactoring
This commit is contained in:
parent
eca86330b4
commit
c00b55bc80
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
delete from users where ap_id = 'https://your.instance.hostname/relay';
|
||||||
```
|
```
|
||||||
|
- Bad user search matches
|
||||||
|
|
||||||
## [1.1.0] - 2019-10-14
|
## [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.
|
**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.
|
||||||
|
|
Loading…
Reference in a new issue