Update changelog again

This commit is contained in:
Starbeamrainbowlabs 2019-03-02 22:10:13 +00:00
parent de5500d2e3
commit 97f2b2972c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

View File

@ -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)