mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Update changelog & bump version for 5.3.0 release
This commit is contained in:
+3
-1
@@ -1,9 +1,11 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
## 5.3.0 (unreleased)
|
## 5.3.0 2022-03-18
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* StandardFilter: Fix missing @context on iterations (#1525) [Thierry Joyal]
|
* StandardFilter: Fix missing @context on iterations (#1525) [Thierry Joyal]
|
||||||
|
* Test under Ruby 3.1 (#1533) [petergoldstein]
|
||||||
|
* Fix warning about block and default value in `static_registers.rb` (#1531) [Peter Zhu]
|
||||||
|
|
||||||
### Deprecation
|
### Deprecation
|
||||||
* Condition#evaluate to require mandatory context argument in Liquid 6.0.0 (#1527) [Thierry Joyal]
|
* Condition#evaluate to require mandatory context argument in Liquid 6.0.0 (#1527) [Thierry Joyal]
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.3.0.alpha"
|
VERSION = "5.3.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user