From c63dc622949057b0369084085f7681378d1addce Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 22 Oct 2014 23:20:27 +0100 Subject: [PATCH] Mention issue351/PR161 in changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 009ece156..591a1d8ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ 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 which want to wrap the execution of certain hooks for their purposes. This supersedes the undocumented ``__multicall__`` protocol which