diff options
author | hugoreleaser <[email protected]> | 2020-03-22 10:36:42 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2020-03-22 10:36:42 +0000 |
commit | 98dc46e1a97594a5d3f4a560545722c48dcb140a (patch) | |
tree | 21cd250cb204f5c247c59a2009127faafe53f078 /docs/content/en/news/0.68.1-relnotes/index.md | |
parent | 87dd5725de6c74fe34a7eaf9a848c72ac3ce0a9e (diff) | |
download | hugo-98dc46e1a97594a5d3f4a560545722c48dcb140a.tar.gz hugo-98dc46e1a97594a5d3f4a560545722c48dcb140a.zip |
releaser: Add release notes to /docs for release of 0.68.1v0.68.1
[ci skip]
Diffstat (limited to 'docs/content/en/news/0.68.1-relnotes/index.md')
-rw-r--r-- | docs/content/en/news/0.68.1-relnotes/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/en/news/0.68.1-relnotes/index.md b/docs/content/en/news/0.68.1-relnotes/index.md new file mode 100644 index 000000000..95817e0cf --- /dev/null +++ b/docs/content/en/news/0.68.1-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2020-03-22 +title: "Hugo 0.68.1: 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. + +* Revert "resources: Add data context to the key in ExecuteAsTemplate" [c9dc316a](https://github.com/gohugoio/hugo/commit/c9dc316ad160e78c9dff4e75313db4cac8ea6414) [@bep](https://github.com/bep) [#7064](https://github.com/gohugoio/hugo/issues/7064) + + + |