summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-04-24 07:48:07 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-04-24 07:48:07 +0000
commitec9dcf304849ded11cea70ab9ad46e0a0a4615b2 (patch)
tree6647ea6fc51ab637a0c29c02367a0753f481894a
parent03802ff3cb679485dc66506e218dc57f80f55ca5 (diff)
releaser: Add release notes to /docs for release of 0.69.2v0.69.2
[ci skip]
-rw-r--r--docs/content/en/news/0.69.2-relnotes/index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/en/news/0.69.2-relnotes/index.md b/docs/content/en/news/0.69.2-relnotes/index.md
new file mode 100644
index 000000000..048a58817
--- /dev/null
+++ b/docs/content/en/news/0.69.2-relnotes/index.md
@@ -0,0 +1,21 @@
+
+---
+date: 2020-04-24
+title: "Hugo 0.69.2: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.69.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+* Fix IsAncestor and IsDescendant when the same page is passed [8d5766d4](https://github.com/gohugoio/hugo/commit/8d5766d417d6564a1aa1cbe8f9a29ab9bba22371) [@tekezo](https://github.com/tekezo)
+* deps: Update goldmark-highlighting [5c41f41a](https://github.com/gohugoio/hugo/commit/5c41f41ad4b14e48aea64687a7600f5ad231e879) [@satotake](https://github.com/satotake) [#7027](https://github.com/gohugoio/hugo/issues/7027)[#6596](https://github.com/gohugoio/hugo/issues/6596)
+* Fix IsAncestor and IsDescendant under subsection [27a4c441](https://github.com/gohugoio/hugo/commit/27a4c4410cd9592249925fb14b32605fb961c597) [@tekezo](https://github.com/tekezo)
+
+
+