diff options
author | hugoreleaser <[email protected]> | 2021-05-02 14:38:02 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2021-05-02 14:38:02 +0000 |
commit | 5afe0a57d01ddcae78e326d208788c83ff44248a (patch) | |
tree | dce1461a0a3d07d6de6485e4fd37e01f73f9bae6 /docs/content/en/news | |
parent | 8900e3391830eb83029bd2c8ee65b864dd60315c (diff) | |
download | hugo-5afe0a57d01ddcae78e326d208788c83ff44248a.tar.gz hugo-5afe0a57d01ddcae78e326d208788c83ff44248a.zip |
releaser: Add release notes to /docs for release of 0.83.1v0.83.1
[ci skip]
Diffstat (limited to 'docs/content/en/news')
-rw-r--r-- | docs/content/en/news/0.83.1-relnotes/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/en/news/0.83.1-relnotes/index.md b/docs/content/en/news/0.83.1-relnotes/index.md new file mode 100644 index 000000000..6f028a901 --- /dev/null +++ b/docs/content/en/news/0.83.1-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2021-05-02 +title: "Hugo 0.83.1: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.83.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with one important fix. + +* langs/i18n: Fix warning regression in i18n [ececd1b1](https://github.com/gohugoio/hugo/commit/ececd1b122c741567a80acd8d60ccd6356fa5323) [@bep](https://github.com/bep) [#8492](https://github.com/gohugoio/hugo/issues/8492) + + + |