diff options
author | hugoreleaser <[email protected]> | 2017-11-27 10:33:13 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2017-11-27 10:33:13 +0000 |
commit | bf8aa4ac5a6139b10246c8680bec8af846b22dab (patch) | |
tree | 6dc8a3df8c3dca0001f15a2e7c482b3a68127172 | |
parent | 6d79beb5f67dbb54d7714c3195addf9d8e3924e8 (diff) | |
download | hugo-bf8aa4ac5a6139b10246c8680bec8af846b22dab.tar.gz hugo-bf8aa4ac5a6139b10246c8680bec8af846b22dab.zip |
releaser: Add release notes draft for 0.31.1
Rename to *-ready.md to continue. [ci skip]
-rw-r--r-- | temp/0.31.1-relnotes.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/temp/0.31.1-relnotes.md b/temp/0.31.1-relnotes.md new file mode 100644 index 000000000..a12f377f6 --- /dev/null +++ b/temp/0.31.1-relnotes.md @@ -0,0 +1,27 @@ + + +This is a bug-fix release with a couple of important fixes. + + +Hugo now has: + +* 21278+ [stars](https://github.com/gohugoio/hugo/stargazers) +* 455+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) +* 186+ [themes](http://themes.gohugo.io/) + +## Enhancements + +### Templates + +* Close image file [6d79beb5](https://github.com/gohugoio/hugo/commit/6d79beb5f67dbb54d7714c3195addf9d8e3924e8) [@bep](https://github.com/bep) + +## Fixes + +### Other + +* Fix broken --appendPort=false [8afd7d9c](https://github.com/gohugoio/hugo/commit/8afd7d9ceb0d168300e3399c6e87a355a88c9a28) [@bep](https://github.com/bep) [#4111](https://github.com/gohugoio/hugo/issues/4111) + + + + + |