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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/temp
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-03 13:30:42 +0300
committerGitHub <noreply@github.com>2021-08-03 13:30:42 +0300
commita5d2632ebbf8bc2c74f4d74e8be09b055473c96f (patch)
treec2c1704ee549a0cb6f7c5b2dcbc10b9eb7ff8028 /temp
parentc13d33dd5e29561bd3c0aad68750922dae19354f (diff)
Update 0.87.0-relnotes.md
[ci skip]
Diffstat (limited to 'temp')
-rw-r--r--temp/0.87.0-relnotes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/temp/0.87.0-relnotes.md b/temp/0.87.0-relnotes.md
index 776fcfd1b..3a20ec5e5 100644
--- a/temp/0.87.0-relnotes.md
+++ b/temp/0.87.0-relnotes.md
@@ -1,3 +1,13 @@
+Hugo `0.86` brings two long sought-after features: Default time zone support (per language if needed) for dates without zone offset or location info, and localized time and dates and numbers (backed by [CLDR](https://en.wikipedia.org/wiki/Common_Locale_Data_Repository)).
+
+For more information, see:
+
+* [time zone config](https://gohugo.io/getting-started/configuration/#timezone)
+* [time.Format](https://gohugo.io/functions/dateformat/) 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/)
+
+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.
+
This release represents **40 contributions by 4 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@dependabot[bot]](https://github.com/apps/dependabot), [@digitalcraftsman](https://github.com/digitalcraftsman), and [@jmooring](https://github.com/jmooring) for their ongoing contributions.
Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),