From 7e2f430f4f4fb8750e9768a75bf0c08d28fa955b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 3 Aug 2021 14:53:48 +0200 Subject: [PATCH] Update index.md --- content/en/news/0.87.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.87.0-relnotes/index.md b/content/en/news/0.87.0-relnotes/index.md index 6341f03e3..e033aaa82 100644 --- a/content/en/news/0.87.0-relnotes/index.md +++ b/content/en/news/0.87.0-relnotes/index.md @@ -12,7 +12,7 @@ For more information, see: * The [time zone config](https://gohugo.io/getting-started/configuration/#timezone) documentation. * The [time.Format](https://gohugo.io/functions/dateformat/) documentation. This function will now give you localized dates (with weekdays and months in the current language). It supports all of Go's layout syntax, but also some predefined constants, e.g. `{{ .Date | time.Format ":date_long" }}`. -* A set of new [localized number formatting ](https://gohugo.io/functions/lang/) +* A set of new [localized number formatting ](https://gohugo.io/functions/lang/) functions. Also in this release, we have switched to using [go-toml](https://github.com/pelletier/go-toml) for all things TOML in Hugo. A big thanks to [@pelletier](https://github.com/pelletier) for his work on the `v2` version. It's both faster than what we had and [TOML v1.0.0](https://toml.io/en/v1.0.0) compliant.