From fe690c3b260d47a560f394cb64871aae491e2712 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 19 Aug 2020 14:50:32 +0100 Subject: [PATCH] Changelog: add issue reference numbers --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 147bbb1b..3d8443a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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