mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
Add changelog entry, making the next release a feature release
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
## 5.3.1 (unreleased)
|
## 5.4.0 (unreleased)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* Allow `#` to be used as an inline comment tag (#1498) [CP Clermont]
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* `PartialCache` now shares snippet cache with subcontexts by default (#1553) [Chris AtLee]
|
* `PartialCache` now shares snippet cache with subcontexts by default (#1553) [Chris AtLee]
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.3.0"
|
VERSION = "5.4.0.alpha"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user