From 3f03c7a9d6bc59954a173872385e9aabcdd5828f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 14 Apr 2014 13:00:48 -0400 Subject: [PATCH] Update history to reflect merge of #2211 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 5f4214cc..54ac3097 100644 --- a/History.markdown +++ b/History.markdown @@ -58,6 +58,7 @@ * Permit YAML blocks to end with three dots to better conform with the YAML spec (#2110) * Use `File.exist?` instead of deprecated `File.exists?` (#2214) + * Require newline after start of YAML front-matter header (#2211) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)