add changelog

This commit is contained in:
Ronny Pfannschmidt 2019-06-09 10:35:55 +02:00
parent 2b92fee1c3
commit 2bd619ecb0
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Introduce the ``pytest.ExitCode`` Enum and make session.exitcode an instance of it.
User defined exit codes are still valid, but consumers need to take the enum into account.