From 56436f46fe7a0c77a066695e54ca72373e248de0 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 30 Jul 2017 19:20:21 -0400 Subject: [PATCH] Update History.markdown to unify Bug Fixes and fix --- History.markdown | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/History.markdown b/History.markdown index 96e36911d8d..9ce8ae06983 100644 --- a/History.markdown +++ b/History.markdown @@ -13,27 +13,24 @@ * Ignore final newline in folded YAML string (#6054) * Add URL checks to Doctor (#5760) * Fix serving files that clash with directories (#6222) (#6231) - * Bump supported Ruby version to >= 2.1.0 (#6220) + * Bump supported Ruby version to `>= 2.1.0` (#6220) ### Bug Fixes - * deprecator.rb: fix typo for --serve command (#6229) - * Reader#read_directories: guard against an entry not being a directory (#6226) + * `Deprecator`: fix typo for `--serve` command (#6229) + * `Reader#read_directories`: guard against an entry not being a directory (#6226) + * kramdown: symbolize keys in-place (#6247) + * Call to_s on site.url before attempting to concatenate strings (#6253) ### Documentation - * Update custom-404-page.md - fix a typo (#6218) + * Fix a typo in `custom-404-page.md` (#6218) * Docs: fix links to issues in History.markdown (#6255) ### Site Enhancements * Adding DevKit helpers (#6225) -### fix - - * kramdown: symbolize keys in-place (#6247) - * Call to_s on site.url before attempting to concatenate strings (#6253) - ## 3.5.1 / 2017-07-17 ### Minor Enhancements