nedbat / scriv

Changelog management tool
https://scriv.readthedocs.io
Apache License 2.0
260 stars 29 forks source link

Respect the newline style of existing changelog files #20

Closed kurtmckee closed 3 years ago

kurtmckee commented 3 years ago

This patch updates scriv to follow the newline style of existing changelog files.

If no changelog file exists, scriv will fallback to Python's universal newline support so new files are created with the platform's default newline style.

Please let me know if you have any suggestions or want something done a different way.

nedbat commented 3 years ago

Thanks! :)