aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-19 16:26:17 +0100
committerlain <lain@soykaf.club>2020-11-19 16:26:17 +0100
commit3b86ad0744558676be8de19cb3ff9ad83295aa7a (patch)
tree4870004a957bf6223acc7557d0973b74b8bd06e0
parent4a5ab690ef54f83e34edacd5089ce53844ffbee5 (diff)
downloadpleroma-3b86ad0744558676be8de19cb3ff9ad83295aa7a.tar.gz
Changelog: Document breaking change.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3349a213..8b41e2272 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Polls now always return a `voters_count`, even if they are single-choice.
- Admin Emails: The ap id is used as the user link in emails now.
+- *Breaking* Configuration: Use `websearch` function by default. If you're using a PostgreSQL version below 11, set `:instance, :search_function` to `:plain` in your configuration.
### Added