hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 268065cb2d8339392766a23703beaf7cc49d6b5c
parent e0304c06ed13b514def616b3cd824c83745ffaee
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 30 Jul 2021 12:58:26 +0200

Merge branch 'release-0.86.1'

Diffstat:
Adocs/content/en/news/0.86.1-relnotes/index.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/docs/content/en/news/0.86.1-relnotes/index.md 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)
+
+
+