From 904844849ae03baab8d37b87267aed27c55e8db0 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 12 May 2015 14:01:28 +0200 Subject: - store and show information about what is installed in each venv - rename internal methods to accomodate the fact that we are not only installing sdist's --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 720a48b..ca59f7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -2.0.0.dev1 +2.0.0 ----------- - (new) introduce environment variable isolation: @@ -23,6 +23,8 @@ 2.0). If ``False`` (the default), then a non-zero exit code from one command will abort execution of commands for that environment. +- show and store in json the version dependency information for each venv + - remove the long-deprecated "distribute" option as it has no effect these days. - fix issue233: avoid hanging with tox-setuptools integration example. Thanks simonb. @@ -46,6 +48,7 @@ for testenv sections. Can be used from plugins through the tox_add_option hook. + 1.9.2 ----------- -- cgit v1.2.1