From 75854b5d0b0cd244a37d9b190d2fa12cf8489497 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 6 Apr 2014 13:37:06 -0400 Subject: [PATCH] Update history to reflect merge of #2214 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 9e31282d..7e7e565a 100644 --- a/History.markdown +++ b/History.markdown @@ -57,6 +57,7 @@ * Clean up the `` in the site template (#2186) * 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) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)