mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Update History.md
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Liquid Change Log
|
||||
|
||||
## 4.0.4 / (unreleased)
|
||||
|
||||
### Fixed
|
||||
* Fix ruby 3.2 compatibility by avoiding use of the removed taint API
|
||||
|
||||
## 4.0.3 / 2019-03-12
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
module Liquid
|
||||
VERSION = "4.0.3".freeze
|
||||
VERSION = "4.0.4".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user