textile / python-textile

A Python port of Textile, A humane web text generator
Other
68 stars 23 forks source link

release notes? #8

Closed jedie closed 9 years ago

jedie commented 10 years ago

Are there somewhere release notes? Specally between v2.1.5 and v2.1.8

ikirudennis commented 9 years ago

I believe everything between 2.1.5 and 2.1.8 is mostly bugfixes and bringing the system in line with the php version. In the future, I'll remember to do a better job of tracking releases.

If you're having trouble with python-creole, I'd suspect that you might have been running a test that was using some old textile syntax which is either no longer supported, or was a bug that has been fixed. Looking through the traceback on the test-run, it looks to be mostly minor stuff. (No longer outputting two linebreaks after a
for one.) And it seems like you might have already fixed all your tests to match the new output.

I usually spot-check my changes against http://txstyle.org/. If you notice something incorrect, please create separate issues.