emlynwest / changelog

Package to enable change logs to be parsed
MIT License
45 stars 4 forks source link

`KeepAChangeLog` release building fails with whitepsace #19

Closed emlynwest closed 9 years ago

emlynwest commented 9 years ago

Due to a oversight in the unit tests it is not possible to parse releases if they have a white space between the end of the release content and the next release's title.

# Log title

## 0.2.0 - 2015-02-26
### Changed
 - Thing 1
 - Thing 2

### Added
 - Some content

## 0.1.0 - 2015-02-26
### Added
- Initial release