diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-10-26 11:41:29 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-10-26 11:41:29 -0400 |
| commit | 8cdb68448e70d019ccaf25b2d66b1ecbf82494e5 (patch) | |
| tree | e04d92911ceb2ec66903a5729f23583c265c8f57 /CHANGES.rst | |
| parent | ee5ceb12f87e8e1aeeb05f26538de21207570d61 (diff) | |
| download | python-setuptools-git-8cdb68448e70d019ccaf25b2d66b1ecbf82494e5.tar.gz | |
Bump version: 40.4.3 → 40.5.0v40.5.0
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 263a19aa..ca07119d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v40.5.0 +------- + +* #1335: In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks. +* #1502: Deprecated support for downloads from Subversion in package_index/easy_install. +* #1517: Dropped use of six.u in favor of `u""` literals. +* #1520: Added support for ``data_files`` in ``setup.cfg``. +* #1525: Fixed rendering of the deprecation warning in easy_install doc. + + v40.4.3 ------- |
