diff options
author | hugoreleaser <[email protected]> | 2018-04-09 08:17:15 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2018-04-09 08:17:15 +0000 |
commit | 712c0fdfe6e76920a96ec493e5ce6f78bcaa4b20 (patch) | |
tree | b1e6191df43c4598feb9cf3b0654aa31e97e392c | |
parent | 62e7588262ae970c044a8cd3301dc9d2ddd6d626 (diff) | |
download | hugo-0.38.2.tar.gz hugo-0.38.2.zip |
releaser: Add release notes to /docs for release of 0.38.2v0.38.2
[ci skip]
-rw-r--r-- | docs/content/news/0.38.2-relnotes/index.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/content/news/0.38.2-relnotes/index.md b/docs/content/news/0.38.2-relnotes/index.md new file mode 100644 index 000000000..33cae7476 --- /dev/null +++ b/docs/content/news/0.38.2-relnotes/index.md @@ -0,0 +1,26 @@ + +--- +date: 2018-04-09 +title: "0.38.2" +description: "0.38.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes: + + +* Fix handling of the `--contentDir` and possibly other related flags [080302eb](https://github.com/gohugoio/hugo/commit/080302eb8757fd94ccbd6bf99103432cd98e716c) [@bep](https://github.com/bep) [#4589](https://github.com/gohugoio/hugo/issues/4589) +* Fix handling of content files with "." in them [2817e842](https://github.com/gohugoio/hugo/commit/2817e842407c8dcbfc738297ab634392fcb41ce1) [@bep](https://github.com/bep) [#4559](https://github.com/gohugoio/hugo/issues/4559) + + +Also in this release: + +* Set .Parent in bundled pages to its owner [6792d86a](https://github.com/gohugoio/hugo/commit/6792d86ad028571c684a776c5f00e0107838c955) [@bep](https://github.com/bep) [#4582](https://github.com/gohugoio/hugo/issues/4582) + + + |