diff options
author | hugoreleaser <[email protected]> | 2020-02-20 13:42:26 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2020-02-20 13:42:26 +0000 |
commit | 6be6684cc5f49773bbcdf3e56e4395d0eda47f7b (patch) | |
tree | d011defa101c3c786e493962e1ba7663f684cf7e | |
parent | dbaa15d40f9f748341ef31a7998efe98d6594f36 (diff) | |
download | hugo-6be6684cc5f49773bbcdf3e56e4395d0eda47f7b.tar.gz hugo-6be6684cc5f49773bbcdf3e56e4395d0eda47f7b.zip |
releaser: Add release notes to /docs for release of 0.65.1v0.65.1
[ci skip]
-rw-r--r-- | docs/content/en/news/0.65.1-relnotes/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/news/0.65.1-relnotes/index.md b/docs/content/en/news/0.65.1-relnotes/index.md new file mode 100644 index 000000000..07ee66569 --- /dev/null +++ b/docs/content/en/news/0.65.1-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2020-02-20 +title: "Hugo 0.65.1: 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. + +* hugolib: Fix 2 Paginator.Pages taxonomy regressions [7ef5a4c8](https://github.com/gohugoio/hugo/commit/7ef5a4c83e4560bced3eee0ccf0e0db176146f44) [@bep](https://github.com/bep) [#6921](https://github.com/gohugoio/hugo/issues/6921)[#6918](https://github.com/gohugoio/hugo/issues/6918) +* hugolib: Fix deletion of orphaned sections [a70bbd06](https://github.com/gohugoio/hugo/commit/a70bbd0696df3b0a6889650e48a07f8223151da4) [@bep](https://github.com/bep) [#6920](https://github.com/gohugoio/hugo/issues/6920) + + + |