mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Improve error message of Liquid::MemoryLimit.
The existing error message is too generic since there are three types of limits in place. It is useful to know which limit was reached to make it easier to debug the error.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
* Split Strainer class as a factory and a template (#1208) [Thierry Joyal]
|
||||
* Remove handling of a nil context in the Strainer class (#1218) [Thierry Joyal]
|
||||
* Change `Liquid::MemoryError` message to be more specific about which limit was reached. (#1206) [Alan Tan]
|
||||
|
||||
## 4.0.3 / 2019-03-12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user