diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-06 09:48:30 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-06 09:48:30 -0500 |
| commit | 32ce474415accc4ad11fdbab57f7a65176d4197b (patch) | |
| tree | d3da606e17387f27b662174c4928c1e4e024a72d /CHANGES.txt | |
| parent | 6fe9a6147ff850b64ffc241f65c2411f53fb34c4 (diff) | |
| download | python-setuptools-git-32ce474415accc4ad11fdbab57f7a65176d4197b.tar.gz | |
Restore support for printable characters in the entry point name. Fixes #327.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ab93a9c6..5fce5d9c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +------ +11.3.1 +------ + +* Issue #327: Formalize and restore support for any printable character in an + entry point name. + ---- 11.3 ---- |
