mc706 / changelog-cli

A Command Line Interface that makes it easy to manage a helpful Changelog
MIT License
17 stars 15 forks source link

`ChangelogUtils.get_changes` doesn't return all changes #23

Closed movermeyer closed 3 years ago

movermeyer commented 3 years ago

it would just return the last line of each section. This worked fine, since nothing else in the code was actually reading the contents, just the existence of a section.

IMO, we could:

I have a preference for the latter, since the code gets simpler.


Aside: I noticed this while adding the typing information in #21