Correct placement of history entry for #4958.

This commit is contained in:
Jordon Bedwell 2016-06-02 12:55:47 -05:00
parent c642b84e80
commit 97e196cb19
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@
* Update colorator dependency to v1.x (#4855) * Update colorator dependency to v1.x (#4855)
* Move EntryFilter to use Pathutil & fix `glob_include?` (#4859) * 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) * 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 ### Bug Fixes
@ -80,7 +81,6 @@
* Rubocop: Site Drop (#4948) * Rubocop: Site Drop (#4948)
* Rubocop: tags (#4938) * Rubocop: tags (#4938)
* Rubocop: Readers (#4932) * Rubocop: Readers (#4932)
* markdownify and smartify should convert input to string before conversion (#4958)
### Site Enhancements ### Site Enhancements