From 5838f646442f1a0e9f3b2287cb05e5649429837b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 11 Nov 2020 11:47:58 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 731af10..2f9ae0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ - split out mobile css - load static css/js assets from data template: This way users can hash static assets and overwrite the data template - to deliver the hashed assets. Thats helpful if you have to deal with - long cache settings but wont to ensure your updated assets are delivered + to deliver the hashed assets. That's helpful if you have to deal with + long cache settings but want to ensure your updated assets are delivered to clients. + - add new site parameter `geekdocSearchShowParent` #17 (@atorrescogollo) + - add new page parameter `geekdocHiddenTocTree` #16 (@atorrescogollo) + - add new page parameter `geekdocDescription` #15 (@atorrescogollo) - BUGFIX - use relative URL's for fonts (@atorrescogollo) - OTHER