From 31443e978d0c6be91746cb006af9651ee71a3d7c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 14:06:54 -0400 Subject: [PATCH] Update history to reflect merge of #2110. [ci skip] Closes #2110. --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 4caf1588..c8558877 100644 --- a/History.markdown +++ b/History.markdown @@ -55,6 +55,8 @@ * Add support for unpublished drafts (#2164) * Add `force_polling` option to the `serve` command (#2165) * Clean up the `` in the site template (#2186) + * Permit YAML blocks to end with three dots to better conform with the + YAML spec (#2110) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)