summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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
-----------