Update CHANGELOG.md

This commit is contained in:
Daniel Rudolf 2015-12-23 16:19:48 +01:00
parent 070da6d73f
commit 13632afa54

View File

@ -8,12 +8,14 @@ Released: -
* [New] This is Picos first stable release! The Pico Community wants to thank * [New] This is Picos first stable release! The Pico Community wants to thank
all contributors and users which made this possible! all contributors and users which made this possible!
* [New] Adding `$queryData` parameter to `Pico::getPageUrl()` method * [New] Adding `$queryData` parameter to `Pico::getPageUrl()` method
* [Changed] Improve documentation
* [Changed] Moving `LICENSE` to `LICENSE.md` * [Changed] Moving `LICENSE` to `LICENSE.md`
* [Changed] Throw `LogicException` instead of `RuntimeException` when calling * [Changed] Throw `LogicException` instead of `RuntimeException` when calling
`Pico::setConfig()` after processing has started `Pico::setConfig()` after processing has started
* [Changed] Default theme now highlights the current page and only lists pages * [Changed] Default theme now highlights the current page and shows pages with
with a title in the navigation a title in the navigation only
* [Changed] #292: Ignore YAML parse errors (meta data) in `Pico::readPages()` * [Changed] #292: Ignore YAML parse errors (meta data) in `Pico::readPages()`
* [Changed] Various small improvements and changes...
* [Fixed] Support empty meta header * [Fixed] Support empty meta header
* [Fixed] #307: Fix path handling on Windows * [Fixed] #307: Fix path handling on Windows
``` ```