From 1b5977c0186a5ba8d1243873a901d34cb6a17942 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 10 Apr 2015 17:08:53 -0400 Subject: [PATCH] Update history to reflect the fixing of #3643. --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index b73b5b25..2c1ebe88 100644 --- a/History.markdown +++ b/History.markdown @@ -88,6 +88,7 @@ * Add WOFF2 font MIME type to Jekyll server MIME types (#3647) * Be smarter about extracting the extname in `StaticFile` (#3632) * Process metadata for all dependencies (#3608) + * Show error message if the YAML front matter on a page/post is invalid. (#3643) ### Development Fixes