diff options
Diffstat (limited to 'docs/content/en/news/0.68.2-relnotes/index.md')
-rw-r--r-- | docs/content/en/news/0.68.2-relnotes/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/en/news/0.68.2-relnotes/index.md b/docs/content/en/news/0.68.2-relnotes/index.md new file mode 100644 index 000000000..c61d1012a --- /dev/null +++ b/docs/content/en/news/0.68.2-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2020-03-24T12:00:00-05:00 +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) + + + |