Updated History.md and removed a couple remaining methods using the old signature

This commit is contained in:
James Reid-Smith
2015-04-27 15:45:44 +00:00
parent 448766b0c4
commit 4592afcc8b
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@
* Block parsing moved to BlockBody class (#458) [Dylan Thacker-Smith, dylanahsmith]
* 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]
### Fixed
* Fix capturing into variables with a hyphen in the name (#505) [Florian Weingarten, fw42]