Mention issue351/PR161 in changelog

This commit is contained in:
Floris Bruynooghe 2014-10-22 23:20:27 +01:00
parent 8d19ccb56f
commit c63dc62294
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
2.7.0.dev 2.7.0.dev
---------- ----------
- implement issue351: add ability to specify parametrize ids as a callable
to generate custom test ids. Thanks Brianna Laugher for the idea and
implementation.
- introduce and document new hookwrapper mechanism useful for plugins - introduce and document new hookwrapper mechanism useful for plugins
which want to wrap the execution of certain hooks for their purposes. which want to wrap the execution of certain hooks for their purposes.
This supersedes the undocumented ``__multicall__`` protocol which This supersedes the undocumented ``__multicall__`` protocol which