Remove support for liquid_methods Module extension

This commit is contained in:
Florian Weingarten
2015-05-14 14:44:19 +00:00
parent df74955ac4
commit f4724f0db3
5 changed files with 3 additions and 158 deletions
+2
View File
@@ -1,6 +1,7 @@
# Liquid Change Log
## 4.0.0 / not yet released / branch "master"
### Changed
* Add sort_natural filter (#554) [Martin Hanzel, arthanzel]
* Add forloop.parentloop as a reference to the parent loop (#520) [Justin Li, pushrax]
@@ -8,6 +9,7 @@
* Add concat filter to concatenate arrays (#429) [Diogo Beato, dvbeato]
* Ruby 1.9 support dropped (#491) [Justin Li, pushrax]
* Liquid::Template.file_system's read_template_file method is no longer passed the context. (#441) [James Reid-Smith, sunblaze]
* Remove support for `liquid_methods`
### Fixed
* Fix naming of the "context variable" when dynamically including a template (#559) [Justin Li, pushrax]