Rename and alias Liquid::StaticRegisters to Liquid::Registers

This commit is contained in:
Dylan Thacker-Smith
2022-05-04 17:25:52 -04:00
parent 05d768c6ab
commit 41c19929ad
7 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -10,7 +10,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