X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Ftwig%2Ftwig%2FCHANGELOG;h=f35edc3c3c0ecae8fc4167cc68a91fa5c3f4993a;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=ddb771cb2bda8d97e8d8d9833f7ae4ad61fdbb49;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/vendor/twig/twig/CHANGELOG b/vendor/twig/twig/CHANGELOG index ddb771cb2..f35edc3c3 100644 --- a/vendor/twig/twig/CHANGELOG +++ b/vendor/twig/twig/CHANGELOG @@ -1,3 +1,20 @@ +* 1.35.4 (2018-07-13) + + * ensured that syntax errors are triggered with the right line + * added the Symfony ctype polyfill as a dependency + * "js" filter now produces valid JSON + +* 1.35.3 (2018-03-20) + + * fixed block names unicity + * fixed counting children of SimpleXMLElement objects + * added missing else clause to avoid infinite loops + * fixed .. (range operator) in sandbox policy + +* 1.35.2 (2018-03-03) + + * fixed a regression in the way the profiler is registered in templates + * 1.35.1 (2018-03-02) * added an exception when using "===" instead of "same as"