Update history.markdown to reflect the merger of #4402

This commit is contained in:
Jordon Bedwell 2016-01-26 06:55:55 -06:00
parent a13102f039
commit ce77fe6488
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
### Minor Enhancements ### Minor Enhancements
* Update the Code of Conduct to the latest version (#4402)
* Use `Liquid::Drop`s instead of `Hash`es in `#to_liquid` (#4277) * Use `Liquid::Drop`s instead of `Hash`es in `#to_liquid` (#4277)
* Add 'sample' Liquid filter Equivalent to Array#sample functionality (#4223) * Add 'sample' Liquid filter Equivalent to Array#sample functionality (#4223)
* Cache parsed include file to save liquid parsing time. (#4120) * Cache parsed include file to save liquid parsing time. (#4120)