Pull merge.
[yaffs-website] / vendor / twig / twig / CHANGELOG
index ddb771cb2bda8d97e8d8d9833f7ae4ad61fdbb49..f35edc3c3c0ecae8fc4167cc68a91fa5c3f4993a 100644 (file)
@@ -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"