From c0a8ba200d0a47de41bc714bb2194120dd169983 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 14 Jan 2019 09:17:30 +0100 Subject: [PATCH] added missing items in the CHANGELOG --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8be7dfa10..706ab8674 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ * 2.6.1 (2018-XX-XX) + * fixed ArrayObject access with a null value + * fixed embedded templates starting with a BOM + * fixed using a Twig_TemplateWrapper instance as an argument to extends * fixed error location when calling an undefined block * deprecated passing a string as a source on Twig_Error * switched generated code to use the PHP short array notation