pub fn write_changelog<W: Write>( args: &Opt, changelog: Changelog<'_>, out: W, ) -> Result<()>
Writes the changelog to a file.