diff options
author | hugoreleaser <[email protected]> | 2020-10-08 17:07:29 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2020-10-08 17:07:29 +0000 |
commit | e96234590d0973e3551580a359adf2a99ccc9933 (patch) | |
tree | 9c2cada561c904c24234d95e8664b234a7f4452e /docs | |
parent | d62bc74770eb3a5f73a73561b34c5f3351c999ca (diff) | |
download | hugo-e96234590d0973e3551580a359adf2a99ccc9933.tar.gz hugo-e96234590d0973e3551580a359adf2a99ccc9933.zip |
releaser: Add release notes to /docs for release of 0.76.3v0.76.3
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/en/news/0.76.3-relnotes/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/news/0.76.3-relnotes/index.md b/docs/content/en/news/0.76.3-relnotes/index.md new file mode 100644 index 000000000..1dc2d8b09 --- /dev/null +++ b/docs/content/en/news/0.76.3-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2020-10-08 +title: "Hugo 0.76.3: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.76.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* langs/i18n: Add workaround for known language, but missing plural rule error [33e9d79b](https://github.com/gohugoio/hugo/commit/33e9d79b78b32d0cc19693ab3c29ba9941d80f8f) [@bep](https://github.com/bep) [#7798](https://github.com/gohugoio/hugo/issues/7798) +* langs/i18n: Fix for bare TOML keys [fc6abc39](https://github.com/gohugoio/hugo/commit/fc6abc39c75c152780151c35bc95b12bee01b09c) [@bep](https://github.com/bep) + + + |