Changelog: add issue reference numbers

This commit is contained in:
Starbeamrainbowlabs 2020-08-19 14:50:32 +01:00
parent ae9923af62
commit fe690c3b26
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- [docs] Documented the structure of `pageindex.json`
### Fixed
- Obfuscate the admin email address at the bottom of every page - we missed it in v0.22-beta1 (but got every other one though :P)
- Bugfix: Don't use `->text()` for recursion when parsing markdown - it resets `->DefinitionData`, which breaks footnotes
- Obfuscate the admin email address at the bottom of every page - we missed it in v0.22-beta1 (but got every other one though :P) (#205)
- Bugfix: Don't use `->text()` for recursion when parsing markdown - it resets `->DefinitionData`, which breaks footnotes (#209)
- Fix name of did you mean index: `didyoumeaninddex.sqlite``didyoumeanindex.sqlite` (feature is disabled by default; manual renaming required)
### Changed