From 68af272006d19212041a3fb330decd322837e58b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 6 Apr 2019 13:30:14 +0100 Subject: [PATCH] Update changelog again --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 4c794e4..41dec55 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t ### 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) + - See `parser-parsedown` and `page-edit` for examples on how to use it. - [Module API] Added new `delete_recursive()` function. ### Changed