printChanges function
Converts the Unreleased/Release section
to a markdown string.
This is the same as printRelease and printUnreleased but skips
the header line and the bottom (non-inline) links section.
Implementation
String printChanges(Section section) => render(
_changes(section),
flavor: flavors.changelog,
);