Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-02-21 13:10:11 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-02-21 13:10:11 +0300
commitc1eb62512446fd80ff5e4c0f45c8614788595e0e (patch)
tree33c37b6efc4b1b9256a084d3f6a94acbb81301d2
parent1510f07780b6d5c11b148196866ff763a8e9467f (diff)
releaser: Add release notes to /docs for release of 0.65.2v0.65.2
[ci skip]
-rw-r--r--docs/content/en/news/0.65.2-relnotes/index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/en/news/0.65.2-relnotes/index.md b/docs/content/en/news/0.65.2-relnotes/index.md
new file mode 100644
index 000000000..ee9280976
--- /dev/null
+++ b/docs/content/en/news/0.65.2-relnotes/index.md
@@ -0,0 +1,21 @@
+
+---
+date: 2020-02-21
+title: "Hugo 0.65.2: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.65.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+* Apply missing go fmt [76b2afe6](https://github.com/gohugoio/hugo/commit/76b2afe642c37aedc7269b41d6fca5b78f467ce4) [@bep](https://github.com/bep)
+* Fix panic on no output formats [f4605303](https://github.com/gohugoio/hugo/commit/f46053034759c4f9790a79e0a146dbc1b426b1ff) [@bep](https://github.com/bep) [#6924](https://github.com/gohugoio/hugo/issues/6924)
+* Fix panic in 404.Parent [4c2a0de4](https://github.com/gohugoio/hugo/commit/4c2a0de412a850745ad32e580fcd65575192ca53) [@bep](https://github.com/bep) [#6924](https://github.com/gohugoio/hugo/issues/6924)
+
+
+