bitprophet / releases

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

Broke 'empty' bug lines #25

Closed bitprophet closed 10 years ago

bitprophet commented 10 years ago

The "line items w/ no leading issue role implicitly become bugs" feature broke sometime recently (hopefully also during the dev for 0.5.2 as with #24) such that some AttributeExceptions got thrown because a list was being passed in, where the code now expects real docutils node objects.

This is fixed but like #24 needs regression tests (and I thought I did have a test for this!)