Update changelog again

This commit is contained in:
Starbeamrainbowlabs 2019-04-06 13:30:14 +01:00
parent 7f0cb1f40f
commit 68af272006
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

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