mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Add changelog entry for a recent fix
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
|
## 5.0.2 (unreleased)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Fix support for using a String subclass for the liquid source (#1421) [Dylan Thacker-Smith]
|
||||||
|
|
||||||
## 5.0.1 / 2021-03-24
|
## 5.0.1 / 2021-03-24
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.0.1"
|
VERSION = "5.0.2.alpha"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user