Description
Add an option to display the changelog in table format, rather than using headings.

Use cases
- Could look nice with emojis as type of change
- The list is more compact, which is good for releasing many commits at once - e.g. on a weekly cron
Possible implementation
- Insert a fixed header of:
| Type | Change |
|------|--------|
- Each section is of the format:
| <heading text> | <commits> |
- Use
<br> to get a new line between commits
- However, lists cannot be used in a table
Description
Add an option to display the changelog in table format, rather than using headings.
Use cases
Possible implementation
<br>to get a new line between commits