diff options
-rw-r--r-- | temp/0.64.0-relnotes-ready.md (renamed from temp/0.64.0-relnotes.md) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/temp/0.64.0-relnotes.md b/temp/0.64.0-relnotes-ready.md index c84d9f36e..2a077e875 100644 --- a/temp/0.64.0-relnotes.md +++ b/temp/0.64.0-relnotes-ready.md @@ -1,3 +1,5 @@ +Hugo **0.64.0** is mostly a bugfix-release, but well worth the download. The main reason this release comes so soon after the previous is my (me being [@bep](https://github.com/bep)) ongoing work on getting solid support for third-party libraries in [Hugo Modules](https://gohugo.io/hugo-modules/). In particular, this release makes the Hugo server's live-reload work with [Turbolinks](https://github.com/bep/hugo-alpine-test/blob/27927832630be588eab0be2197cc8c0cb5725540/config.toml#L11) and similar. Also worth mentioning is that `hugo mod get -u` (without any path) now correctly updates every module imported in `config.toml` even with Go 1.13. + This release represents **16 contributions by 2 contributors** to the main Hugo code base. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **6 contributions by 4 contributors**. A special thanks to [@bep](https://github.com/bep), [@peterkappus](https://github.com/peterkappus), [@kc0bfv](https://github.com/kc0bfv), and [@inwardmovement](https://github.com/inwardmovement) for their work on the documentation site. |