summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-09 22:45:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-09 22:45:59 -0400
commit4b432e0f50e9f5871a2f7375b406be7258bfa22c (patch)
treeb054a4b3502a8ab6a68feec89822644919d41483 /CHANGES.txt
parentf3f0c144dcfec41924e2e3eac3cbbaa81cb53819 (diff)
downloadpython-setuptools-git-4b432e0f50e9f5871a2f7375b406be7258bfa22c.tar.gz
Issue 50: Removed filename and line number from SyntaxErrors returned by invalid_marker. This change simplifies the test and paves the way for supporting PyPy.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b2729aac..d3c6f989 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,16 @@
CHANGES
=======
+---
+1.0
+---
+
+* Issue #50: Normalized API of environment marker support. Specifically,
+ removed line number and filename from SyntaxErrors when returned from
+ `pkg_resources.invalid_marker`. Any clients depending on the specific
+ string representation of exceptions returned by that function may need to
+ be updated to account for this change.
+
-----
0.9.8
-----