diff options
author | hugoreleaser <[email protected]> | 2021-07-30 10:13:32 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-07-30 12:58:03 +0200 |
commit | e0304c06ed13b514def616b3cd824c83745ffaee (patch) | |
tree | 6c8b4ad6623649ac94c9560c89585140dc59409b | |
parent | e90b3591a155d1266a86c9490886720740b9d62e (diff) | |
download | hugo-e0304c06ed13b514def616b3cd824c83745ffaee.tar.gz hugo-e0304c06ed13b514def616b3cd824c83745ffaee.zip |
releaser: Add release notes for 0.86.1
[ci skip]
-rw-r--r-- | temp/0.86.1-relnotes-ready.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/temp/0.86.1-relnotes-ready.md b/temp/0.86.1-relnotes-ready.md new file mode 100644 index 000000000..686862375 --- /dev/null +++ b/temp/0.86.1-relnotes-ready.md @@ -0,0 +1,8 @@ + + +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) + + + |