Add more detail to changelog

This commit is contained in:
Starbeamrainbowlabs 2019-05-21 01:11:54 +01:00
parent 1e9287532f
commit 6c72c75702
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ _(No changes have been made since the last beta release.)_
- Added `count` and `offset` GET parameters to `recent-changes` action.
- Added new `find_revisionid_timestamp()` function to `feature-recent-changes` module.
- Added new parser output caching system!
- Saves to `._cache` in the data directory (alongside the pages themselves)
- 2 new settings have been added: `parser_cache` and `parser_cache_min_size`
- Uses a hash of the content, the _Pepperminty Wiki_ version, and the parser name as the cache id - so it should never serve stale content (unless you're actively working on particular areas of _Pepperminty Wiki_'s codebase of course)
- Useful for longer pages