From 3eafb29eb8ab7eafb01373c078ab92866fb975b7 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 6 May 2014 12:29:42 -0400 Subject: [PATCH] Update history to reflect merge of #2295 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 6900cfd7..fe394573 100644 --- a/History.markdown +++ b/History.markdown @@ -68,6 +68,7 @@ * Return `utf-8` encoding in header for webrick error page response (#2289) * 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) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)