From 4c8d6d24229c5a67754f1d54d3b6cffd56979510 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 24 Mar 2020 08:21:09 +0000 Subject: [PATCH] releaser: Add release notes to /docs for release of 0.68.2 [ci skip] --- content/en/news/0.68.2-relnotes/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/en/news/0.68.2-relnotes/index.md diff --git a/content/en/news/0.68.2-relnotes/index.md b/content/en/news/0.68.2-relnotes/index.md new file mode 100644 index 000000000..0753715e5 --- /dev/null +++ b/content/en/news/0.68.2-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2020-03-24 +title: "Hugo 0.68.2: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.68.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with one important fix. + +* Fix cache reset for a page's collections on server live reload [cfa73050](https://github.com/gohugoio/hugo/commit/cfa73050a49b2646fe3557cefa0ed31989b0eeeb) [@bep](https://github.com/bep) [#7085](https://github.com/gohugoio/hugo/issues/7085) + + +