Mention issue 300 in changelog

This commit is contained in:
Floris Bruynooghe 2013-07-06 11:00:29 +02:00
parent ea7a997afc
commit 1a319056fc
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Changes between 2.3.5 and 2.4.DEV
-----------------------------------
- fix issue300 - Fix order of conftest loading when starting py.test
in a subdirectory.
- fix issue323 - sorting of many module-scoped arg parametrizations
- add support for setUpModule/tearDownModule detection, thanks Brian Okken.