From ef7f470ed3f20fd224be0ea05dd3f9271b6b8a42 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 31 Jan 2019 23:38:23 +0000 Subject: [PATCH] Add note about complicated includes --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 01b2f7d..2661c77 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,7 @@ 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 includes ### Changed - Completely reworked the README to refactor out the documentation to its [own static site](https://starbeamrainbowlabs.com/labs/peppermint/_docpress/)