From adfd9091f8e8087f5d415051e60f23ee4ee5dee6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 3 May 2014 18:27:00 -0400 Subject: [PATCH] Update history to reflect merge of #2292 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index b1ad1f74..c4d709d9 100644 --- a/History.markdown +++ b/History.markdown @@ -64,6 +64,7 @@ * Add the ability for pages to be marked as `published: false` (#1492) * 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) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)