From 30c93701a784073a3f8ac5b8e93e818047751c6d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 May 2014 09:58:34 +0200 Subject: [PATCH] fix issue516: tell in getting-started about current dependencies. cleanup setup.py a bit and specify supported versions. Thanks Jurko Gospodnetic for the PR. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b24d1e986..265b6994d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,11 @@ NEXT (2.6) - fix issue 475: fail early and comprehensible if calling pytest.raises with wrong exception type. +- fix issue516: tell in getting-started about current dependencies. + +- cleanup setup.py a bit and specify supported versions. Thanks Jurko + Gospodnetic for the PR. + - change XPASS colour to yellow rather then red when tests are run with -v.