Mention fix for issue 615 in changelog

Fixes issue 615.
This commit is contained in:
Floris Bruynooghe 2014-10-28 13:31:09 +00:00
parent 1d15bb2880
commit e4bb48995a
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
2.7.0.dev (compared to 2.6.4) 2.7.0.dev (compared to 2.6.4)
----------------------------- -----------------------------
- fix issue615: assertion re-writing did not correctly escape % signs
when formatting boolean operations, which tripped over mixing
booleans with modulo operators. Thanks to Tom Viner for the report,
triaging and fix.
- implement issue351: add ability to specify parametrize ids as a callable - implement issue351: add ability to specify parametrize ids as a callable
to generate custom test ids. Thanks Brianna Laugher for the idea and to generate custom test ids. Thanks Brianna Laugher for the idea and
implementation. implementation.