Update history to reflect merge of #2289 [ci skip]

This commit is contained in:
Parker Moore 2014-05-03 18:54:09 -04:00
parent 3af22f12bf
commit 8cad40a124
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
* Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy * Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy
looking up of variable values in a Liquid context. (#2253) looking up of variable values in a Liquid context. (#2253)
* Remove literal lang name from class (#2292) * Remove literal lang name from class (#2292)
* Return `utf-8` encoding in header for webrick error page response (#2289)
### Bug Fixes ### Bug Fixes
* Don't allow nil entries when loading posts (#1796) * Don't allow nil entries when loading posts (#1796)