mention fix for issue 336 in changelog

This commit is contained in:
Floris Bruynooghe 2013-08-01 19:03:53 +01:00
parent 2cdb54225c
commit cfe1d4f7c9
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
Changes between 2.3.5 and 2.4.DEV
-----------------------------------
- fix issue336: autouse fixture in plugins should work again.
- change to use hyphen-separated long options but keep the old spelling
backward compatible. py.test -h will only show the hyphenated version,
for example "--collect-only" but "--collectonly" will remain valid as well