From 68a08840e1bec9ae0b94434f63101268a5426e12 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 19 Aug 2011 18:06:46 +0200 Subject: [PATCH] adding issue numbers to the CHANGELOG --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d6b17b2aa..5e3e56f52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,14 @@ Changes between 2.1.0 and 2.1.1 ---------------------------------------------- -- fix error conditions involving the creation of __pycache__ -- fix assertion rewriting on inserts involving strings containing '%' +- fix issue64 / pytest.set_trace now works within pytest_generate_tests hooks +- fix issue60 / fix error conditions involving the creation of __pycache__ +- fix issue63 / assertion rewriting on inserts involving strings containing '%' - fix assertion rewriting on calls with a ** arg - don't cache rewritten modules if bytecode generation is disabled - fix assertion rewriting in read-only directories - fix issue59: provide system-out/err tags for junitxml output -- fix assertion rewriting on boolean operations with 3 or more operands +- fix issue61: assertion rewriting on boolean operations with 3 or more operands - you can now build a man page with "cd doc ; make man" Changes between 2.0.3 and 2.1.0.DEV