summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-05-12 14:01:28 +0200
committerholger krekel <holger@merlinux.eu>2015-05-12 14:01:28 +0200
commit904844849ae03baab8d37b87267aed27c55e8db0 (patch)
tree40fffd7df8d2119ecb2b0c8710c65d2724ce63a3 /CHANGELOG
parent7549cce84c52115e0b8f47737753698579a6ac0b (diff)
downloadtox-904844849ae03baab8d37b87267aed27c55e8db0.tar.gz
- 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
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
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
-----------