ppannuto / python-titlecase

Python library to capitalize strings as specified by the New York Times Manual of Style
MIT License
244 stars 36 forks source link

No Changelog? #69

Closed MinchinWeb closed 3 years ago

MinchinWeb commented 3 years ago

I'm looking to update this library inside one of my projects (from v0.12.0 to 1.1.1 in this case), but I can't seem to find a changelog. A changelog is helpful in trying to figure out if an update will break my project.

Can you point me to the changelog, if there is one? If one does not exist, would you consider keeping one for future releases?

Thanks for creating this library!

ppannuto commented 3 years ago

The text in each release tag collectively forms a pretty good changelog:

image

There isn't a standalone one at the moment, though adding one would probably be reasonable.

ppannuto commented 3 years ago

Thinking more, the github releases are a good changelog. And I'd rather not duplicate information in two places. I'm going to close this.