From 9bd05110dcffb98c05f203b371e2e0a745e767c3 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Fri, 24 Apr 2015 16:05:55 -0400 Subject: [PATCH] Update changelog --- History.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 486eb94..52b4f61 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,16 @@ # Liquid Version History -## 3.0.0 / not yet released / branch "master" +## 3.0.2 / 2015-04-24 / branch "3-0-stable" + +* Expose VariableLookup private members (#551) [Justin Li, pushrax] +* Documentation fixes + +## 3.0.1 / 2015-01-23 + +* Remove duplicate `index0` key in TableRow tag (#502) [Alfred Xing] + +## 3.0.0 / 2014-11-12 -* ... * Removed Block#end_tag. Instead, override parse with `super` followed by your code. See #446 [Dylan Thacker-Smith, dylanahsmith] * Fixed condition with wrong data types, see #423 [Bogdan Gusiev] * Add url_encode to standard filters, see #421 [Derrick Reimer, djreimer]