Update changelog

This commit is contained in:
Starbeamrainbowlabs 2019-09-21 11:38:46 +01:00
parent 5fdab33332
commit bbe99adc10
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- Support Unicode characters when sorting. If it's a list of something, then it's now sorted correctly (e.g. includes pages, tags, etc).
- Squashed a bunch of warnings about a non-static method in the page renderer
- Fixed a warning message in the `peppermint.json` access checker
- Fixed page id incrementing if you don't have a page called `history` on your wiki (thanks @SeanFromIT!)
- Fixed footnote rendering (thanks again, @SeanFromIT!)
### Changed
- Made `build.sh` build script more robust, especially when generating the documentation.
@ -36,6 +36,10 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- Fiddled with the extra data extractor, as it seems that some people were experiencing strange issues with `stream_get_meta_data()`
## v0.19.4-hotfix4
- Fixed page revision id incrementing if you don't have a page called `history` on your wiki (thanks @SeanFromIT!)
## v0.19.3-hotfix3
- Improve error messages in the extra data unpacker
- Change the extra data unpacker to us `tempnam()` instead of `tmpfile()`, since some people appeared to be having issues with the other approach