History.md in liquid-4.0.2 vs History.md in liquid-4.0.3

- old
+ new

@@ -1,6 +1,11 @@ # Liquid Change Log +## 4.0.3 / 2019-03-12 + +### Fixed +* Fix break and continue tags inside included templates in loops (#1072) [Justin Li] + ## 4.0.2 / 2019-03-08 ### Changed * Add `where` filter (#1026) [Samuel Doiron] * Add `ParseTreeVisitor` to iterate the Liquid AST (#1025) [Stephen Paul Weber]