From 21ab72b4da3ad2fbec82bdcd87a5421afd700517 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 6 May 2014 16:29:49 -0400 Subject: [PATCH] Update history to reflect merge of #2310 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 3e6e2458..e2004dfc 100644 --- a/History.markdown +++ b/History.markdown @@ -104,6 +104,7 @@ * Modify configuration key for Collections and reset properly. (#2238) * Avoid duplicated output using `highlight` tag (#2264) * Only use Jekyll.logger for output (#2307) + * Close the file descriptor in `has_yaml_header?` (#2310) ### Development Fixes * Add a link to the site in the README.md file (#1795)