From 271e391a12a3a0cd01382682be1c8a386ac32d35 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 10 Feb 2019 23:29:41 +0000 Subject: [PATCH] Update changelog --- Changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bdd916f..cbeb10c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,7 +18,6 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t - Uses a hash of the content, the _Pepperminty Wiki_ version, and the parser name as the cache id - so it should never serve stale content (unless you're actively working on particular areas of _Pepperminty Wiki_'s codebase of course) - Useful for longer pages - `parser_cache_min_size` may need tuning for your specific installation (lower it if you regularly use features that are slow to parse; raise if it's the opposite) - - You may need to turn this off if it interferes with complex dynamic includes - Internal links now show the page name on hover (inter-wiki links are also supported here) ### Changed