bitprophet / releases

A powerful Sphinx changelog-generating extension.
http://releases.readthedocs.io/
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

Fix duplicate output of non-issue-attached items. #5

Closed keimlink closed 11 years ago

keimlink commented 11 years ago

Maybe I'm wrong but it looks like a simple entry like:

- Fix important bug

should be possible.

If such an entry is exists it's added as a bug but the text of the item is added twice. This pull request fixes this.

bitprophet commented 11 years ago

Thanks, good catch! This is the correct fix for the issue. I'll merge soon. I will also explicitly document this feature in the README as it was overlooked (wasn't really a 'feature' as much as handling an edge case in Fabric's changelog. But I see how it could be useful.)