From e7e67ad235d5b7c9afcef5010821fb42b00d63ca Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 6 May 2014 16:49:40 -0500 Subject: [PATCH] Update history to reflect merge of #2299 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 1122e33f..9dd3a896 100644 --- a/History.markdown +++ b/History.markdown @@ -71,6 +71,7 @@ * Make template site easier to customize (#2268) * Add two-digit year to permalink template option (#2301) * Add `site.documents` to Liquid payload (list of all docs) (#2295) + * Take into account missing values in the Liquid sort filter (#2299) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)