mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Add release notes to /docs for release of 0.82.1
[ci skip]
This commit is contained in:
parent
f8b064f3c0
commit
60618210b8
1 changed files with 19 additions and 0 deletions
19
docs/content/en/news/0.82.1-relnotes/index.md
Normal file
19
docs/content/en/news/0.82.1-relnotes/index.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
---
|
||||
date: 2021-04-20
|
||||
title: "Hugo 0.82.1: A couple of Bug Fixes"
|
||||
description: "This version fixes a couple of bugs introduced in 0.82.0."
|
||||
categories: ["Releases"]
|
||||
images:
|
||||
- images/blog/hugo-bug-poster.png
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
This is a bug-fix release with one important fix.
|
||||
|
||||
* Regression in media type suffix lookup [6e9d2bf0](https://github.com/gohugoio/hugo/commit/6e9d2bf0c936900f8f676d485098755b3f463373) [@bep](https://github.com/bep) [#8406](https://github.com/gohugoio/hugo/issues/8406)
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue