Update CHANGELOG.md

This commit is contained in:
Daniel Rudolf 2015-11-13 16:48:20 +01:00
parent f19adc64b9
commit 19cbb41222

View file

@ -7,8 +7,11 @@ 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] Introducing the `PicoTwigExtension` Twig extension
* [New] New `markdown` filter for Twig to parse markdown strings; Note: If you * [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 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 * [Changed] Reuse `ParsedownExtra` object; new `onParsedownRegistration` event
* [Fixed] Replace `urldecode()` (deprecated RFC 1738) with `rawurldecode()` * [Fixed] Replace `urldecode()` (deprecated RFC 1738) with `rawurldecode()`
(RFC 3986) in `Page::evaluateRequestUrl()` (RFC 3986) in `Page::evaluateRequestUrl()`