Update history to reflect merge of #4277

[ci skip]
This commit is contained in:
Parker Moore 2015-12-25 21:32:46 -05:00
parent ec25ddee17
commit b34e8e0bc0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### Minor Enhancements
* Use `Liquid::Drop`s instead of `Hash`es in `#to_liquid` (#4277)
* Add 'sample' Liquid filter Equivalent to Array#sample functionality (#4223)
* Cache parsed include file to save liquid parsing time. (#4120)
* Slightly speed up url sanitization and handle multiples of ///. (#4168)