From b7e3f10a08d5701cd0d9f16eef38137bcaea809d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 2 Jul 2019 12:06:59 -0400 Subject: [PATCH] Move 3.8.6 documentation to the correct location in the History.markdown --- History.markdown | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index 603cc7e8..f0e5badc 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## 3.8.6 / 2018-07-03 +## HEAD ### Major Enhancements @@ -305,6 +305,21 @@ * Release v4.0.0.pre.alpha1 (#7574) +## 3.8.6 / 2018-07-03 + +### Bug Fixes + + * Update log output for an invalid theme directory (#7734) + * Memoize `SiteDrop#documents` to reduce allocations (#7722) + * Excerpt handling of custom and intermediate tags (#7467) + * Escape valid special chars in a site's path name (#7573) + * Revert memoizing `Site#docs_to_write` and refactor `#documents` (#7689) + * Fix broken `include_relative` usage in excerpt (#7690) + +### Security Fixes + + * Theme gems: ensure directories aren't symlinks (#7424) + ## 3.8.5 / 2018-11-04 ### Bug Fixes