diff options
author | hugoreleaser <[email protected]> | 2018-10-11 09:47:57 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2018-10-11 09:47:57 +0000 |
commit | 42cde666638dcdddc9125ac3acf9a6817aa3ba5f (patch) | |
tree | 7522cfa82971fc4de162c2f19ea573f1fc058d11 | |
parent | ad60948c4661868f8e0877f60a1aee6dbdf0fe11 (diff) | |
download | hugo-0.49.2.tar.gz hugo-0.49.2.zip |
releaser: Add release notes to /docs for release of 0.49.2v0.49.2
[ci skip]
-rw-r--r-- | docs/content/en/news/0.49.2-relnotes/index.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/en/news/0.49.2-relnotes/index.md b/docs/content/en/news/0.49.2-relnotes/index.md new file mode 100644 index 000000000..a4bfc979c --- /dev/null +++ b/docs/content/en/news/0.49.2-relnotes/index.md @@ -0,0 +1,21 @@ + +--- +date: 2018-10-11 +title: "0.49.2" +description: "0.49.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is fixes one regression from Hugo `0.42.1`: + +* Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303) + + + + + |