script/changelog: use h3 headers, insert extra newlines

This commit is contained in:
Taylor Blau 2016-06-02 15:50:44 -06:00
parent 77ccd03977
commit db744f3725

@ -58,9 +58,12 @@ done
echo "" >&2
cat <<- EOF
# Features$features
### Features
$features
# Bugs$bugs
### Bugs
$bugs
# Misc$misc
### Misc
$misc
EOF