From df0649a0316295400034794aa3244eb3503b31e1 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Tue, 21 Apr 2015 23:36:54 -0400 Subject: [PATCH] Update changelog --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index b95d0ca1..831c7497 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,7 @@ ## 4.0.0 / not yet released / branch "master" ### Changed +* Expose VariableLookup private members, see #551 [Justin Li, pushrax] * Add forloop.parentloop as a reference to the parent loop, see #520 [Justin Li, pushrax] * Block parsing moved to BlockBody class, see #458 [Dylan Thacker-Smith, dylanahsmith] * Add concat filter to concatenate arrays, see #429 [Diogo Beato, dvbeato]