From 1a41c9c00186f1a8df9d3738ffc54413c36098cf Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 5 Nov 2012 21:31:08 +0100 Subject: [PATCH] update changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6a65bf69e..2396a9a87 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,8 @@ Changes between 2.3.2 and 2.3.3.dev - fix issue209 - reintroduce python2.4 support by depending on newer pylib which re-introduced statement-finding for pre-AST interpreters +- nose support: only call setup, if its a callable + Changes between 2.3.1 and 2.3.2 -----------------------------------