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