summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2021-06-24 11:44:21 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2021-06-24 11:44:21 +0000
commit4bd65e224f58e417510e0bbc246b8a793bae27c1 (patch)
treeb95249065bbece4dbd287a79e61c8624b69bb446
parentff2266300a168cf4c060cee4d20b8c59f85f23a1 (diff)
releaser: Add release notes to /docs for release of 0.84.1v0.84.1
[ci skip]
-rw-r--r--docs/content/en/news/0.84.1-relnotes/index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/en/news/0.84.1-relnotes/index.md b/docs/content/en/news/0.84.1-relnotes/index.md
new file mode 100644
index 000000000..3cee1e290
--- /dev/null
+++ b/docs/content/en/news/0.84.1-relnotes/index.md
@@ -0,0 +1,21 @@
+
+---
+date: 2021-06-24
+title: "Hugo 0.84.1: 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.
+
+* Fix language menu config regression [093dacab](https://github.com/gohugoio/hugo/commit/093dacab29a3c6fc363408453d0bc3b1fc159ad5) [@bep](https://github.com/bep) [#8672](https://github.com/gohugoio/hugo/issues/8672)
+* config: Fix merge of config with map[string]string values. [4a9d408f](https://github.com/gohugoio/hugo/commit/4a9d408fe0bbf4c563546e35d2be7ade4e920c4c) [@bep](https://github.com/bep) [#8679](https://github.com/gohugoio/hugo/issues/8679)
+* markup: Rename Header(s) to Heading(s) in ToC struct [a7e3da24](https://github.com/gohugoio/hugo/commit/a7e3da242f98d4799dad013d7ba2f285717640d6) [@bep](https://github.com/bep)
+
+
+