From 96a8be0f1123c94f9b7182ae9d74c6090e8d5b33 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 29 Jun 2021 11:40:19 +0000 Subject: [PATCH] releaser: Add release notes to /docs for release of 0.84.3 [ci skip] --- content/en/news/0.84.3-relnotes/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/news/0.84.3-relnotes/index.md diff --git a/content/en/news/0.84.3-relnotes/index.md b/content/en/news/0.84.3-relnotes/index.md new file mode 100644 index 000000000..c805efb46 --- /dev/null +++ b/content/en/news/0.84.3-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2021-06-29 +title: "Hugo 0.84.3: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.84.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* config: Fix Netlify default cache dir logic [6c8c0c8b](https://github.com/gohugoio/hugo/commit/6c8c0c8b6a0b39b91de44d72a7bd1cd49534a0f1) [@bep](https://github.com/bep) [#8710](https://github.com/gohugoio/hugo/issues/8710) +* config: Fix handling of invalid OS env config overrides [49fedbc5](https://github.com/gohugoio/hugo/commit/49fedbc51cafa64e4eb0eae9fb79ccbe2d4c6774) [@bep](https://github.com/bep) [#8709](https://github.com/gohugoio/hugo/issues/8709) + + +