diff options
author | hugoreleaser <[email protected]> | 2018-04-09 08:00:48 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2018-04-09 08:00:48 +0000 |
commit | 8d87bfd5eee80dfa4859afaf3a72abc2085d1208 (patch) | |
tree | 9bb0d76bb7db85c79f0c0c428d7bb070b8ada541 /temp | |
parent | 719251c1af716e10f64db4bad251cd32f1f970b3 (diff) | |
download | hugo-8d87bfd5eee80dfa4859afaf3a72abc2085d1208.tar.gz hugo-8d87bfd5eee80dfa4859afaf3a72abc2085d1208.zip |
releaser: Add release notes draft for 0.38.2
Rename to *-ready.md to continue. [ci skip]
Diffstat (limited to 'temp')
-rw-r--r-- | temp/0.38.2-relnotes.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/temp/0.38.2-relnotes.md b/temp/0.38.2-relnotes.md new file mode 100644 index 000000000..8e28b6f95 --- /dev/null +++ b/temp/0.38.2-relnotes.md @@ -0,0 +1,37 @@ + + +This is a bug-fix release with a couple of important fixes. + + +Hugo now has: + +* 24714+ [stars](https://github.com/gohugoio/hugo/stargazers) +* 446+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) +* 215+ [themes](http://themes.gohugo.io/) + +## Enhancements + +### Core + +* 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) + +### Other + +* Bump the debouncer dependency [719251c1](https://github.com/gohugoio/hugo/commit/719251c1af716e10f64db4bad251cd32f1f970b3) [@bep](https://github.com/bep) +* Use a versioned debounce dependency [8b2ef83b](https://github.com/gohugoio/hugo/commit/8b2ef83bb17b9ab4803a04a2d0ae2c8ec76d3f29) [@bep](https://github.com/bep) +* And now really disable failing test on Travis [623c9afa](https://github.com/gohugoio/hugo/commit/623c9afa8409855ccfd7b000ae7c6780b780a5af) [@bep](https://github.com/bep) [#4584](https://github.com/gohugoio/hugo/issues/4584) +* Disable failing test on Travis [2170943a](https://github.com/gohugoio/hugo/commit/2170943ae6e4bcbbcb9cfad244fec5da8c1d6462) [@bep](https://github.com/bep) [#4584](https://github.com/gohugoio/hugo/issues/4584) +* Try an older GitMap version [3a3261a3](https://github.com/gohugoio/hugo/commit/3a3261a3b9565526840b1ff1bced01e1873cc6e5) [@bep](https://github.com/bep) + +## Fixes + +### Other + +* Fix handling of --contentDir etc. flag [080302eb](https://github.com/gohugoio/hugo/commit/080302eb8757fd94ccbd6bf99103432cd98e716c) [@bep](https://github.com/bep) [#4589](https://github.com/gohugoio/hugo/issues/4589) +* Disable shallow clone to fix TestPageWithLastmodFromGitInfo [094ec171](https://github.com/gohugoio/hugo/commit/094ec171420e659cdf962a19dd90105912ce9901) [@anthonyfok](https://github.com/anthonyfok) [#4584](https://github.com/gohugoio/hugo/issues/4584) +* 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) + + + + + |