mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
v4.0.3
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Liquid Change Log
|
# 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
|
## 4.0.2 / 2019-03-08
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "4.0.2".freeze
|
VERSION = "4.0.3".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user