Update changelog wording

This commit is contained in:
Starbeamrainbowlabs 2019-06-26 21:06:00 +01:00
parent 9035851b74
commit a00f338579
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,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.
- See the `parser-parsedown` and `page-edit` modules for examples on how to use it.
- [Module API] Added new `delete_recursive()` function.
- Added a new obvious link to the user table at the top of the master settings page.
- Added a new first-run wizard to help new users set up the basics of their wiki.