diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-11-27 09:54:03 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-11-27 09:55:51 +0100 |
commit | 50be4370b0c46c6c34430eb45bdc53d1926dd800 (patch) | |
tree | 1680855eb987ad36c55f91b1b59b4d35cc89c802 | |
parent | 3d2e6a30d43079d48eb241505d5e0d9628dedf15 (diff) | |
download | hugo-50be4370b0c46c6c34430eb45bdc53d1926dd800.tar.gz hugo-50be4370b0c46c6c34430eb45bdc53d1926dd800.zip |
Update 0.79.0-relnotes.md
-rw-r--r-- | temp/0.79.0-relnotes-ready.md (renamed from temp/0.79.0-relnotes.md) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/temp/0.79.0-relnotes.md b/temp/0.79.0-relnotes-ready.md index 8505746a4..8c38d1229 100644 --- a/temp/0.79.0-relnotes.md +++ b/temp/0.79.0-relnotes-ready.md @@ -1,10 +1,10 @@ -This release represents **33 contributions by 8 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), [@AdamKorcz](https://github.com/AdamKorcz), and [@davidejones](https://github.com/davidejones) for their ongoing contributions. -And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. +Hugo `0.79.0` is a small, but useful release. You can now set custom `.Params` in your [menu](https://gohugo.io/content-management/menus/) configuration, and you can now also override deeply nested snake_cased configuration variables with [OS environment variables](https://gohugo.io/getting-started/configuration/#configure-with-environment-variables). Other than that we have refreshed all the core upstream dependencies. A special thanks to [@alecthomas](https://github.com/alecthomas) (some new [Chroma lexers](https://github.com/alecthomas/chroma/releases/tag/v0.8.2) and fixes) and [@evanw](https://github.com/evanw) ([ESBuild](https://github.com/evanw/esbuild)). + +This release represents **33 contributions by 8 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 [@AdamKorcz](https://github.com/AdamKorcz), and [@davidejones](https://github.com/davidejones) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **13 contributions by 11 contributors**. A special thanks to [@Valac01](https://github.com/Valac01), [@bep](https://github.com/bep), [@mhansen](https://github.com/mhansen), and [@chanjarster](https://github.com/chanjarster) for their work on the documentation site. - Hugo now has: * 48392+ [stars](https://github.com/gohugoio/hugo/stargazers) |