From 4095bfa9f80a7a9718cc4cb721633a50ac4f4548 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 23 Jul 2015 17:04:30 -0400 Subject: [PATCH] Update history for 3.0.5 --- History.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c133db25..9330e69e 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,14 @@ # Liquid Version History -## 3.0.3 / 2015-05-28 / branch "3-0-stable" +## 3.0.5 / 2015-07-23 / branch "3-0-stable" + +* Fix test failure under certain timezones [Dylan Thacker-Smith] + +## 3.0.4 / 2015-07-17 + +* Fix chained access to multi-dimensional hashes [Florian Weingarten] + +## 3.0.3 / 2015-05-28 * Fix condition parse order in strict mode (#569) [Justin Li, pushrax]