Move 3.8.6 documentation to the correct location in the History.markdown

This commit is contained in:
Parker Moore 2019-07-02 12:06:59 -04:00 committed by Frank Taillandier
parent fcb8a1ecd3
commit b7e3f10a08
1 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## 3.8.6 / 2018-07-03 ## HEAD
### Major Enhancements ### Major Enhancements
@ -305,6 +305,21 @@
* Release v4.0.0.pre.alpha1 (#7574) * 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 ## 3.8.5 / 2018-11-04
### Bug Fixes ### Bug Fixes