add changelog entry for fixed issue 335.

This commit is contained in:
holger krekel 2013-08-01 11:36:05 +02:00
parent 0350a1929d
commit a24c7b42f1
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 issue335: document py.code.ExceptionInfo() object returned
from pytest.raises(), thanks Matthieu Agopian.
- remove implicit distribute_setup support from setup.py.
- integrate tab-completion on options through use of "argcomplete".