From: hugoreleaser Date: Fri, 30 Jul 2021 10:13:32 +0000 (+0000) Subject: releaser: Add release notes to /docs for release of 0.86.1 X-Git-Tag: v0.86.1^0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f6821b88abbc1237af0e28cefbc624e6cda3305a;p=brevno-suite%2Fhugo releaser: Add release notes to /docs for release of 0.86.1 [ci skip] --- diff --git a/docs/content/en/news/0.86.1-relnotes/index.md b/docs/content/en/news/0.86.1-relnotes/index.md new file mode 100644 index 00000000..4c192638 --- /dev/null +++ b/docs/content/en/news/0.86.1-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2021-07-30 +title: "Hugo 0.86.1: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.86.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with one important fix. + +* config: Fix a potential deadlock in config reading [94b616bd](https://github.com/gohugoio/hugo/commit/94b616bdfad177daa99f5e87535943f509198f6f) [@bep](https://github.com/bep) [#8791](https://github.com/gohugoio/hugo/issues/8791) + + +