Changelogs
ColonelGerdauf opened this issue ยท 2 comments
It would be nice to provide some info in what changed in a given update. This will give some clarity with what has been fixed or added or removed in each update. Especially when people are expecting specific bug-fixes.
I came up with a compromise - write a shared changelog for all four versions and mention what version the changes applied to.
It's time-consuming to handwrite changelogs for four separate Minecraft versions. Generally I'd recommend using the commits list by choosing the appropriate branch, and checking all commits made since the date of the previous release. However I may try to setup autogenerated changelogs as I did for ModernFix when I have time.