From 13632afa54faa4a3a1496e117e927dca37bf7698 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 23 Dec 2015 16:19:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2eb8f..474e107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ Released: - * [New] This is Picos first stable release! The Pico Community wants to thank all contributors and users which made this possible! * [New] Adding `$queryData` parameter to `Pico::getPageUrl()` method +* [Changed] Improve documentation * [Changed] Moving `LICENSE` to `LICENSE.md` * [Changed] Throw `LogicException` instead of `RuntimeException` when calling `Pico::setConfig()` after processing has started -* [Changed] Default theme now highlights the current page and only lists pages - with a title in the navigation +* [Changed] Default theme now highlights the current page and shows pages with + a title in the navigation only * [Changed] #292: Ignore YAML parse errors (meta data) in `Pico::readPages()` +* [Changed] Various small improvements and changes... * [Fixed] Support empty meta header * [Fixed] #307: Fix path handling on Windows ```