mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
v4.0.3
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# 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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
module Liquid
|
||||
VERSION = "4.0.2".freeze
|
||||
VERSION = "4.0.3".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user