diff --git a/temp/0.80.0-relnotes.md b/temp/0.80.0-relnotes-ready.md similarity index 89% rename from temp/0.80.0-relnotes.md rename to temp/0.80.0-relnotes-ready.md index 1395330a7..7aecc0a73 100644 --- a/temp/0.80.0-relnotes.md +++ b/temp/0.80.0-relnotes-ready.md @@ -1,4 +1,6 @@ -This release represents **29 contributions by 12 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 [@moorereason](https://github.com/moorereason), [@davidsneighbour](https://github.com/davidsneighbour), and [@dependabot[bot]](https://github.com/apps/dependabot) for their ongoing contributions. +The last Hugo release of the year brings a new [images.Overlay](https://gohugo.io/functions/images/#overlay) filter to overlay an image on top of another, e.g. for watermarking, and [Dart Sass](https://gohugo.io/hugo-pipes/scss-sass/#options) support. + +This release represents **29 contributions by 12 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 [@moorereason](https://github.com/moorereason), and [@davidsneighbour](https://github.com/davidsneighbour) 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), @@ -11,6 +13,10 @@ Hugo now has: * 436+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) * 369+ [themes](http://themes.gohugo.io/) +## Notes + +* Resource.ResourceType now always returns MIME's main type [81975f84](https://github.com/gohugoio/hugo/commit/81975f847dc19c21c2321207645807771db97fab) [@bep](https://github.com/bep) [#8052](https://github.com/gohugoio/hugo/issues/8052) + ## Enhancements ### Templates