diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-17 10:28:20 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-17 10:28:20 -0400 |
commit | 3eb3c69afbe1d2ebbc98943a896ccbfc913113c1 (patch) | |
tree | c7e50df3e65574b62e689984abae256353663379 | |
parent | bb513b623c58b69cc7cf846c99c9e10762fa76c3 (diff) | |
download | external_python_setuptools-3eb3c69afbe1d2ebbc98943a896ccbfc913113c1.tar.gz external_python_setuptools-3eb3c69afbe1d2ebbc98943a896ccbfc913113c1.tar.bz2 external_python_setuptools-3eb3c69afbe1d2ebbc98943a896ccbfc913113c1.zip |
Updated changelog once more to provide a re-assuring narrative about the backward-incompatible changes.
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 16160f7a..db9c637c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,7 +21,11 @@ CHANGES * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) connection. -Backward-incompatible changes: +Backward-Incompatible Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This release includes a couple of backward-incompatible changes, but most if +not all users will find 1.0 a drop-in replacement for 0.9. * Issue #50: Normalized API of environment marker support. Specifically, removed line number and filename from SyntaxErrors when returned from |