From 4f2cbfbe30782aa6f0a85fbd845a0f2a0a5a7650 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 12 Mar 2016 17:29:35 +0000 Subject: [PATCH] Update changelog. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 88827ef..029384e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,9 @@ - Upgraded help page. Modules can now register their own sections on a wiki's help page. - Optimised search queries a bit. - Save preprocessors now get passed an extra parameter, which contains the old page source. + - Changed the default parser to parsedown. + - Removed parsedown from the `parser-parsedown` module and replaced it with code that automatically downloads parsedown and parsedown extra on the first run. + - Removed Slimdown add from the parsedown parser and replaced it with a custom extension of parsedown extra. ## Fixed - Removed debug statement from the redirect page module.