IMPORTANT: Liquid 2.6 is going to be the last version of Liquid which maintains explicit Ruby 1.8 compatability.
The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are likely to break on Ruby 1.8.
* Bugfix for 106: fix example servlet [gnowoel]
* Bugfix for 97: strip_html filter supports multi-line tags [Jo Liss]
* Bugfix for 114: strip_html filter supports style tags [James Allardice]
* Bugfix for 117: 'now' support for date filter in Ruby 1.9 [Notre Dame Webgroup]
* Bugfix for 166: truncate filter on UTF-8 strings with Ruby 1.8 [Florian Weingarten]
* Bugfix for 204: 'raw' parsing bug [Florian Weingarten]
* Bugfix for 150: 'for' parsing bug [Peter Schröder]
* Bugfix for 126: Strip CRLF in strip_newline [Peter Schröder]
* Bugfix for 174, "can't convert Fixnum into String" for "replace" [jsw0528]
* Allow a Liquid::Drop to be passed into Templaterender [Daniel Huckstep]
* Resource limits [Florian Weingarten]
* Add reverse filter [Jay Strybis]
* Add utf-8 support
* Use array instead of Hash to keep the registered filters [Tasos Stathopoulos]
* Cache tokenized partial templates [Tom Burns]
* Avoid warnings in Ruby 1.9.3 [Marcus Stollsteimer]
* Better documentation for 'include' tag (closes 163) [Peter Schröder]
* Use of BigDecimal on filters to have better precision (closes 155) [Arthur Nogueira Neves]