Open ansis opened 4 years ago
At one point, we also added the release date to the heading at the top which included the version, which I like: https://github.com/mapbox/mapbox-gl-js/blob/254674eecba53a275a77599fdac8908f9900c350/CHANGELOG.md#0430-december-21-2017
Sticking to this format from the 0.43.0 release is my preference.
## x.x.x (month day, year)
### Features
### Improvements
### Bug fixes
also in the recent 1.6.0 some h/t's are @
links others are just []
links which is inconsistent.
I think ###
is better as they are subheadings of the version number which is ##
.
It's nice to have the date in there too, but I'm not too fussed either way.
The number of
#
used for subheadings changes. Compare: https://github.com/mapbox/mapbox-gl-js/blob/254674eecba53a275a77599fdac8908f9900c350/CHANGELOG.md#-bug-fixes-1 https://github.com/mapbox/mapbox-gl-js/blob/254674eecba53a275a77599fdac8908f9900c350/CHANGELOG.md#-bug-fixes-5###
is better?Should we add a test for this?