Release 5.2.0

This commit is contained in:
Jean Boussier
2022-03-01 16:18:49 +01:00
parent 1a85e98793
commit c601513a50
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
+1 -1
View File
@@ -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