From 97f2b2972c7fa559932c2a992a854089d7cb7fb9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 2 Mar 2019 22:10:13 +0000 Subject: [PATCH] Update changelog again --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3bbdf4a..5c7b9f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,9 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t ## v0.19-dev > The update that changed the world! Turn everything upside-down. +### Fixed + - Fixed double-escaping of rendered HTML when nesting templates + ### Added - [Module API] Added new extra data system. See `parser-parsedown` and `page-edit` for an example. - Extra data is packed into a zip archive, which is packed into `index.php` via [`__halt_compiler();`](https://devdocs.io/php/function.halt-compiler)