Add ability to pass tags to parse_context

This commit is contained in:
Matt Rose
2022-09-29 10:31:39 -04:00
committed by Dylan Thacker-Smith
parent c8f3cfa8fc
commit 6bdf88a32c
4 changed files with 41 additions and 5 deletions
+3
View File
@@ -1,5 +1,8 @@
# Liquid Change Log
### Features
* Add ability to pass `tags` to parse context to take precedence over `Liquid::Template.tags`
## 5.4.0 2022-07-29
### Breaking Changes