Changelog: Document breaking change.
authorlain <lain@soykaf.club>
Thu, 19 Nov 2020 15:26:17 +0000 (16:26 +0100)
committerlain <lain@soykaf.club>
Thu, 19 Nov 2020 15:26:17 +0000 (16:26 +0100)
CHANGELOG.md

index e3349a2134aabb320bf0b37adcc71a4378be46c1..8b41e22726999ee96e0157166cd4ed34b4b90573 100644 (file)
@@ -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