From 6333e0b63cc3c63b4927fc81057e214dea6461eb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 18 Mar 2018 17:00:35 +0000 Subject: [PATCH] Update changelog --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 403e604..915e3e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,6 +14,9 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t - Fixed fetching the size of SVGs in some cases - Fixed image captions in some cases (let me know if you still get warnings) - Squashed warnings when you do a search with a forward slash (`/`) in your query + - Fixed that age-old warning in the search results if you have pages with special characters! I learnt a _lot_ about utf8 whilst fixing this one.... (#114) + - You'll need to rebuild your search index for this fix to fully take effect (call the `invindex-rebuild` action as a mod or better) + - Normalise utf8 text to avoid duplicate ids and missing search results. ### Changed - Disallow uploads if editing is disabled. Previously files could still be uploaded even if editing was disabled - unless `upload_enabled` was set to `false`.