Add ability to pass tags to parse_context

Co-authored-by: Dylan Thacker-Smith <[email protected]>
This commit is contained in:
Matt Rose
2022-09-29 11:35:46 -04:00
co-authored by Dylan Thacker-Smith
parent 456be2f75e
commit 3d2aa05d64
5 changed files with 37 additions and 8 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