summaryrefslogtreecommitdiffstats
path: root/temp
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-06-23 11:46:23 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-06-23 18:21:12 +0200
commitcfcb01451553d1c89d2bd0bad0d9af06e6edf796 (patch)
tree495cc1ab0afa0f99d7cb8ab8249c45a5aa91c0bc /temp
parentee5d027cd51884666f8d6d96280bc9494d398a03 (diff)
Release 0.73.0
Diffstat (limited to 'temp')
-rw-r--r--temp/0.73.0-relnotes-ready.md (renamed from temp/0.73.0-relnotes.md)8
1 files changed, 8 insertions, 0 deletions
diff --git a/temp/0.73.0-relnotes.md b/temp/0.73.0-relnotes-ready.md
index dc73cd0a3..157470a0a 100644
--- a/temp/0.73.0-relnotes.md
+++ b/temp/0.73.0-relnotes-ready.md
@@ -1,3 +1,7 @@
+Again, a release on the small side. Some new features -- one example is that we now support hook templates per section/type, see [#7349](https://github.com/gohugoio/hugo/issues/7349) -- and some important bug fixes.
+
+But the most important part of this release is that we have now finally cleaned up the terms used for the taxonomy page kinds. This has made the taxonomy feature in Hugo harder to understand than it needed to be. The old/new values for these are `taxonomy` => `term` and `taxonomyTerm` => `taxonomy`. We have taken great care to avoid site breakage. See [#6911](https://github.com/gohugoio/hugo/issues/6911) for more information.
+
This release represents **21 contributions by 9 contributors** to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and onedrawingperday 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.
@@ -10,6 +14,10 @@ Hugo now has:
* 326+ [themes](http://themes.gohugo.io/)
+## Notes
+
+* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911)
+
## Enhancements
### Templates