mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update changelog
This commit is contained in:
parent
5fdab33332
commit
bbe99adc10
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue