From fc985bf998b687a9126ef4308bb1cadf6232f1ef Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Mon, 4 Dec 2017 09:20:17 -0600 Subject: [PATCH] Update history to reflect merge of #243 [ci skip] --- History.markdown | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/History.markdown b/History.markdown index 2bc9333..2e27e2a 100644 --- a/History.markdown +++ b/History.markdown @@ -1,40 +1,44 @@ ## HEAD +### Documentation + + * Avoid deprecation warning when building docs (#243) + ## 2.3.0 ### Minor Enhancements -* Use canonical_url specified in page if present #211 -* Fix for image.path causing an invalid url error #228 -* Ensure `site.data.authors` is properly formatted before attempting to retrieve author meta #227 -* Convert author, image, and JSON-LD to dedicated drops #229 -* Cache parsed template #231 -* Define path with `__dir__` #232 + * Use canonical_url specified in page if present #211 + * Fix for image.path causing an invalid url error #228 + * Ensure `site.data.authors` is properly formatted before attempting to retrieve author meta #227 + * Convert author, image, and JSON-LD to dedicated drops #229 + * Cache parsed template #231 + * Define path with `__dir__` #232 ### Documentation -* gems: is deprecated in current Jekyll version of github-pages #230 + * gems: is deprecated in current Jekyll version of github-pages #230 -## 2.2.3 +## 2.2.3 -* Guard against the author's Twitter handle being Nil when stripping @'s #203 -* Guard against empty title or description strings #206 + * Guard against the author's Twitter handle being Nil when stripping @'s #203 + * Guard against empty title or description strings #206 ## 2.2.2 ### Minor Enhancements -* Guard against arrays in subhashes #197 -* Guard against invalid or missing URLs #199 + * Guard against arrays in subhashes #197 + * Guard against invalid or missing URLs #199 ### Development fixes -* Remove dynamic GitHub Pages logic from Gemfile #194 + * Remove dynamic GitHub Pages logic from Gemfile #194 ## 2.2.1 -* Convert template logic to a Liquid Drop (significant performance improvement) (#184) -* Fix for JSON-LD validation warning for images missing required properties (#183) + * Convert template logic to a Liquid Drop (significant performance improvement) (#184) + * Fix for JSON-LD validation warning for images missing required properties (#183) ## 2.2.0 @@ -44,7 +48,7 @@ * Add og:locale support #166 * Add support for Bing and Yandex webmaster tools. Closes #147 (#148) * Add SEO author and date modified to validate JSON-LD output (#151) - + ### Minor Enhancements * Use `|` for title separator (#162)