Update changelog to reflect v0.20.1-hotfix1

This commit is contained in:
Starbeamrainbowlabs 2020-01-10 17:43:08 +00:00
parent 62ac3e91e5
commit 707f9badb9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,6 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- Fixed pressing alt + enter to open a search in a new tab - it should no longer fail and briefly prompt to allow pop-ups
- Squashed a bug in the new upgraded get/set_array_simple search optimisation
- Update Parsedown to squash warning in PHP 7.4+
- Fixed logic error in peppermint.json access checker (thanks, @nivex! #179)
## Changed
- Improved the search indexing system performance - again
@ -32,6 +31,11 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- [Module Api] Optimisation: Remove `search::transliterate` because it has a huge overhead. Use `search::$literator->transliterate()` instead.
- [Module Api] Add new `absolute` and `html` optional boolean arguments to `render_timestamp()`
## v0.20.1-hotfix1
- Fixed logic error in peppermint.json access checker (thanks, @nivex! #179)
## v0.20
_Just 1 change since the previous beta release._