Bug Fixes
- **util**: Properly parse windows line-endings in commit messages
([`70193ba`](https://github.com/python-semantic-release/python-semantic-release/commit/70193ba117c1a6d3690aed685fee8a734ba174e5))
Due to windows line-endings `\r\n`, it would improperly split the commit description (it failed to
split at all) and cause detection of Breaking changes to fail. The breaking changes regular
expression looks to the start of the line for the proper syntax.
Resolves: 820
Documentation
- Remove duplicate note in configuration.rst
([807](https://github.com/python-semantic-release/python-semantic-release/pull/807),
[`fb6f243`](https://github.com/python-semantic-release/python-semantic-release/commit/fb6f243a141642c02469f1080180ecaf4f3cec66))