release: Update release notes
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Apr 2017 08:14:48 +0000 (10:14 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Apr 2017 08:14:48 +0000 (10:14 +0200)
docs/temp/0.20.6-relnotes.md

index 7959cae39476546d0b26549d361486bff39cfe4d..e8c374d64b69d86d0fe56b8730cd3feb57dab547 100644 (file)
@@ -1,7 +1,6 @@
 
 
-This is a bug-fix relase with a couple of important fixes.
-
+There have been some [shouting on discuss.gohugo.io](https://discuss.gohugo.io/t/index-md-is-generated-in-subfolder-index-index-html-hugo-0-20/6338/15) about some broken sites after the release of Hugo `0.20`. This release reintroduces the old behaviour, making  `/my-blog-post/index.md` work as expected.
 
 Hugo now has:
 
@@ -9,17 +8,10 @@ Hugo now has:
 * 456+ [contributors](https://github.com/spf13/hugo/graphs/contributors)
 * 156+ [themes](http://themes.gohugo.io/)
 
-## Enhancements
-
-### Core
+## Fixes
 
 * Avoid index.md in /index/index.html [#3396](https://github.com/spf13/hugo/issues/3396) 
 * Make missing GitInfo a WARNING [b30ca4be](https://github.com/spf13/hugo/commit/b30ca4bec811dbc17e9fd05925544db2b75e0e49) [@bep](https://github.com/bep) [#3376](https://github.com/spf13/hugo/issues/3376) 
-
-## Fixes
-
-### Other
-
 * Fix some of the fpm fields for deb [3bd1d057](https://github.com/spf13/hugo/commit/3bd1d0571d5f2f6bf0dc8f90a8adf2dbfcb2fdfd) [@anthonyfok](https://github.com/anthonyfok)