From 0435f618f653b635006dc8150904c860c9713a44 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 31 Mar 2014 13:43:30 -0400 Subject: [PATCH] Update history to reflect merge of #2186 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 3e38baf8..545e7677 100644 --- a/History.markdown +++ b/History.markdown @@ -54,6 +54,7 @@ * Provide useful error when Pygments returns `nil` and error out (#2148) * Add support for unpublished drafts (#2164) * Add `force_polling` option to the `serve` command (#2165) + * Clean up the `` in the site template (#2186) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)