Update changelog

This commit is contained in:
Starbeamrainbowlabs 2019-04-06 13:17:02 +01:00
parent c2b8c152bc
commit 7f0cb1f40f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 1 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)
- [Module API] Added new `delete_recursive()` function.
### Changed
- Core sharding: split `core.php` into multiple files
@ -18,7 +19,9 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- Added new `all_untrusted` setting to allow treating *everything* as untrusted (default: false) - turn it on if your wiki allows anonymous edits
### Removed
- [Module API] Not often I have a removed section! Remove remote file system.
Not often I have a removed section!
- [Module API] Remove remote file system.
## v0.18