Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-01 19:38:51 +0300
committerGitHub <noreply@github.com>2021-05-01 19:38:51 +0300
commit43902dfaad7d9916fd8906c29c1e94b3b80e9714 (patch)
tree04325b0cfafbb770ae2d27947c5e756fe2e8c96a
parent3d959c7ae8f0314e062277e58cd7474199c572a8 (diff)
Update index.md
-rw-r--r--content/en/news/0.83.0-relnotes/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/en/news/0.83.0-relnotes/index.md b/content/en/news/0.83.0-relnotes/index.md
index 8a24990de..2b69e9649 100644
--- a/content/en/news/0.83.0-relnotes/index.md
+++ b/content/en/news/0.83.0-relnotes/index.md
@@ -6,6 +6,9 @@ description: "WebP image encoding support, some important i18n fixes, and more."
categories: ["Releases"]
---
+**Note:** I you use i18n, there is an unfortunate regression bug in this release (see [issue](https://github.com/gohugoio/hugo/issues/8492). A patch release coming Sunday 2th May.
+
+
Hugo `0.83` finally brings [WebP](https://gohugo.io/content-management/image-processing/) image processing support. Note that you need the [extended version](https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version) of Hugo to encode to WebP. If you want to target all Hugo versions, you may use a construct such as this:
```go-html-template