summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-xCHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3acaf89..1e25b09 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,6 @@
installation command with options for dep/pkg install. Thanks Carl Meyer
for the PR and docs.
-
- address issueintroduce python2.5 support by vendoring the virtualenv-1.9.1 script
and forcing pip<1.4. Also the default [py25] environment modifies the
default installer_command (new config option) to use pip without the "--pre"
@@ -36,6 +35,9 @@
- if a HOMEDIR cannot be determined, use the toxinidir.
+- refactor interpreter information detection to live in new
+ tox/interpreters.py file, tests in tests/test_interpreters.py.
+
1.5.0
-----------------