From 19cbb41222554444b0ebd6f9f1df8a41d455b363 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 13 Nov 2015 16:48:20 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d211dc2..5b920e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ Released: - ``` * [New] This is Picos first stable release! The Pico Community wants to thank all contributors and users which made this possible! +* [New] Introducing the `PicoTwigExtension` Twig extension * [New] New `markdown` filter for Twig to parse markdown strings; Note: If you want to parse the contents of a page, use the `content` filter instead +* [New] New `sort_by` filter to sort a array by a specified key or key path +* [New] New `map` filter to get the values of the given key or key path * [Changed] Reuse `ParsedownExtra` object; new `onParsedownRegistration` event * [Fixed] Replace `urldecode()` (deprecated RFC 1738) with `rawurldecode()` (RFC 3986) in `Page::evaluateRequestUrl()`