Merge pull request #1569 from Shopify/registers-refactor

Rename and alias Liquid::StaticRegisters to Liquid::Registers
This commit is contained in:
Dylan Thacker-Smith
2022-06-06 10:26:11 -04:00
committed by GitHub
8 changed files with 36 additions and 40 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* Hash registers no longer leak into subcontexts as static registers (#1564) [Chris AtLee]
### Changed
* Liquid::Context#registers now always returns a Liquid::StaticRegisters object, though supports the most used Hash functions for compatibility (#1553)
* Liquid::Context#registers now always returns a Liquid::Registers object, though supports the most used Hash functions for compatibility (#1553)
## 5.3.0 2022-03-22