From 97e196cb19cf11e0f79e7badf1345c783fae434c Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Thu, 2 Jun 2016 12:55:47 -0500 Subject: [PATCH] Correct placement of history entry for #4958. --- History.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index 863dc76f..102853bd 100644 --- a/History.markdown +++ b/History.markdown @@ -26,6 +26,7 @@ * Update colorator dependency to v1.x (#4855) * Move EntryFilter to use Pathutil & fix `glob_include?` (#4859) * Add 'jekyll new-theme' command to help users get up and running creating a theme (#4848) + * markdownify and smartify should convert input to string before conversion (#4958) ### Bug Fixes @@ -80,7 +81,6 @@ * Rubocop: Site Drop (#4948) * Rubocop: tags (#4938) * Rubocop: Readers (#4932) - * markdownify and smartify should convert input to string before conversion (#4958) ### Site Enhancements