From 8db3bc5a18831e9c58ed0b6db4e4b47e86c03c0b Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 2 Nov 2015 21:52:08 +0100 Subject: [PATCH] Update changelog.txt to reflect ebe007b --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 6eb52b0..c1aa64b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -45,6 +45,8 @@ * [Changed] With alphabetical order, index files (e.g. `sub/index.md`) are now always placed before their sub pages (e.g. `sub/foo.md`) * [Changed] Pico requires PHP >= 5.3.6 (due to `erusev/parsedown-extra`) + * [Changed] Pico now implicitly uses a existing `content` directory without + the need to configure this in the `config/config.php` explicitly * [Changed] Composer: Require a v0.7 release of `erusev/parsedown-extra` * [Changed] #93, #158: Pico doesn't parse all content files anymore; moved to `PicoParsePagesContent` plugin, but still impacts performance;