From 300f1df8f4b3f1c97b7e41b211d3b6d4bd5512d4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 18 Apr 2020 12:55:14 +0100 Subject: [PATCH] Update changelog for v0.20.3-hotfix3 TODO: merge hotfixes into this branch --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0a70464..da051cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -44,6 +44,11 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t - [Module Api] Optimisation: Remove `search::transliterate` because it has a huge overhead. Use `search::$literator->transliterate()` instead. - [Module Api] Add new `absolute` and `html` optional boolean arguments to `render_timestamp()` + +## v0.20.3-hotfix3 + - Squash password-based warning (thanks, @SeanFromIT!) + - Fix double-dot issue in uploaded files (thanks, @SeanFromIT!) + ## v0.20.2-hotfix2 - Update Parsedown to squash warnings in PHP 7.4