aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-08 12:20:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-08 12:20:10 -0400
commit054a029a61fcf8257d0af0619810c2e4b384e30e (patch)
tree196f365bb371d09c745747930cdca1e02c7c42dd /CHANGES.txt
parent1541dc716cc580c95883347832b689d3b8eb009b (diff)
parent468bb206e7a97aecb6df3cfec463b77c94acaf9c (diff)
downloadexternal_python_setuptools-054a029a61fcf8257d0af0619810c2e4b384e30e.tar.gz
external_python_setuptools-054a029a61fcf8257d0af0619810c2e4b384e30e.tar.bz2
external_python_setuptools-054a029a61fcf8257d0af0619810c2e4b384e30e.zip
Merge legacy evaluation as a fallback with markerlib-based evaluation of environment markers. Fixes #14
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0a679ec3..01c70cce 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,8 @@ CHANGES
-----
* Issue #14: Prefer markerlib for evaluation of marker expressions in extras.
+ Fall back to implementation based on 'parser' for Python 2.5 and 2.4
+ clients.
* Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
-----