diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-16 19:14:43 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-16 19:14:43 -0500 |
| commit | dc051ceb9071b7bc93fb8a3eaa8afc3ad57d5490 (patch) | |
| tree | a7773efcc5cc5767f7b8ccb0df73df9b21404608 /CHANGES.rst | |
| parent | b5bb3e99d2a7a24b4096c2b0a3621a9ef59172e5 (diff) | |
| download | python-setuptools-git-dc051ceb9071b7bc93fb8a3eaa8afc3ad57d5490.tar.gz | |
Bump version: 51.2.0 → 51.3.0v51.3.0
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e51b5e64..48669d99 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,17 @@ +v51.3.0 +------- + + +Changes +^^^^^^^ +* #1390: Newlines in metadata description/Summary now trigger a ValueError. +* #2481: Define ``create_module()`` and ``exec_module()`` methods in ``VendorImporter`` + to get rid of ``ImportWarning`` -- by :user:`hroncok` +* #2489: ``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds + ``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch` +* #2529: Fixed an issue where version tags may be added multiple times + + v51.2.0 ------- |
