Commit bb513b62 authored by Jason R. Coombs's avatar Jason R. Coombs

Updated changelog to highlight backward-incompatible changes

parent 25f13ea5
...@@ -13,13 +13,6 @@ CHANGES ...@@ -13,13 +13,6 @@ CHANGES
the ``SETUPTOOLS_USE_PYLAUNCHER`` environment variable is set (to anything). the ``SETUPTOOLS_USE_PYLAUNCHER`` environment variable is set (to anything).
In the future, this behavior may become default, but only after it has In the future, this behavior may become default, but only after it has
matured and seen substantial adoption. matured and seen substantial adoption.
* 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.
* Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are
normalized for cross-implementation consistency.
* Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or
wget for retrieving the Setuptools tarball for improved security of the wget for retrieving the Setuptools tarball for improved security of the
install. The script will still fall back to a simple ``urlopen`` on install. The script will still fall back to a simple ``urlopen`` on
...@@ -28,6 +21,16 @@ CHANGES ...@@ -28,6 +21,16 @@ CHANGES
* Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied)
connection. connection.
Backward-incompatible changes:
* 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.
* Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are
normalized for cross-implementation consistency.
----- -----
0.9.8 0.9.8
----- -----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment