diff options
author | hugoreleaser <[email protected]> | 2020-10-07 07:33:10 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2020-10-07 07:33:10 +0000 |
commit | 58ac83a98cc51bd4a282ab04112cdc09a96e78ed (patch) | |
tree | 1368a586a2282307e90c7945587edeb7f4afab1a /docs | |
parent | 2b8e8e6d9619af2095bff9e27b3b486cd4fc4b4c (diff) | |
download | hugo-58ac83a98cc51bd4a282ab04112cdc09a96e78ed.tar.gz hugo-58ac83a98cc51bd4a282ab04112cdc09a96e78ed.zip |
releaser: Add release notes to /docs for release of 0.76.1v0.76.1
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/en/news/0.76.1-relnotes/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/news/0.76.1-relnotes/index.md b/docs/content/en/news/0.76.1-relnotes/index.md new file mode 100644 index 000000000..aa275eae3 --- /dev/null +++ b/docs/content/en/news/0.76.1-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2020-10-07 +title: "Hugo 0.76.1: 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: Fix i18n .Count regression [f9e798e8](https://github.com/gohugoio/hugo/commit/f9e798e8c4234bd60277e3cb10663ba254d4ecb7) [@bep](https://github.com/bep) [#7787](https://github.com/gohugoio/hugo/issues/7787) +* Fix typo in 0.76.0 release note [ee56efff](https://github.com/gohugoio/hugo/commit/ee56efffcb3f81120b0d3e0297b4fb5966124354) [@digitalcraftsman](https://github.com/digitalcraftsman) + + + |