mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Release 5.2.0
This commit is contained in:
+3
-1
@@ -1,14 +1,16 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
## 5.2.0 (unreleased)
|
## 5.2.0 2021-03-01
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard]
|
* Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard]
|
||||||
|
* Eagerly cache global filters (#1524) [Jean Boussier]
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix some internal errors in filters from invalid input (#1476) [Dylan Thacker-Smith]
|
* Fix some internal errors in filters from invalid input (#1476) [Dylan Thacker-Smith]
|
||||||
* Allow dash in filter kwarg name for consistency with Liquid::C (#1518) [CP Clermont]
|
* Allow dash in filter kwarg name for consistency with Liquid::C (#1518) [CP Clermont]
|
||||||
|
|
||||||
|
|
||||||
## 5.1.0 / 2021-09-09
|
## 5.1.0 / 2021-09-09
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.1.0"
|
VERSION = "5.2.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user