summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-08 11:51:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-08 11:51:21 -0400
commit1541dc716cc580c95883347832b689d3b8eb009b (patch)
tree5ad4d864961e6fafff1b2eb1f46d9fcf2b0fc769 /CHANGES.txt
parent34160eb2ed3da6bf4f57c882ccdd5d6fab3bc76b (diff)
downloadpython-setuptools-git-1541dc716cc580c95883347832b689d3b8eb009b.tar.gz
Use markerlib for markers in 'extras'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a7bf1ac6..0a679ec3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ CHANGES
0.7.2
-----
+* Issue #14: Prefer markerlib for evaluation of marker expressions in extras.
* Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
-----