From 8cad40a124de7e28dc199948ecf416893458b4bc Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 3 May 2014 18:54:09 -0400 Subject: [PATCH] Update history to reflect merge of #2289 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index c4d709d9..6fdda730 100644 --- a/History.markdown +++ b/History.markdown @@ -65,6 +65,7 @@ * Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy looking up of variable values in a Liquid context. (#2253) * Remove literal lang name from class (#2292) + * Return `utf-8` encoding in header for webrick error page response (#2289) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)