diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-09-03 13:33:20 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-09-03 13:33:20 -0400 |
| commit | 45bc4b99137a4f7a627439239a193d89ff6cfee9 (patch) | |
| tree | a3a2650f355e0a26ef8b04aa41e93aa0de0d4737 /CHANGES.rst | |
| parent | e5461b6ccc57596c7e9cf7837084f8a20eeec9b7 (diff) | |
| parent | 09e14c771f8dfd08122c63dc7bc1027d0040c26e (diff) | |
| download | external_python_setuptools-45bc4b99137a4f7a627439239a193d89ff6cfee9.tar.gz external_python_setuptools-45bc4b99137a4f7a627439239a193d89ff6cfee9.tar.bz2 external_python_setuptools-45bc4b99137a4f7a627439239a193d89ff6cfee9.zip | |
Merge branch 'master' into pr1127
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 19afc8cb..24a3e4d0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +v36.4.0 +------- + +* #1075: Add new ``Description-Content-Type`` metadata field. `See here for + documentation on how to use this field. + <https://packaging.python.org/specifications/#description-content-type>`_ + +* #1068: Sort files and directories when building eggs for + deterministic order. + +v36.3.0 +------- + +* #1131: Make possible using several files within ``file:`` directive + in metadata.long_description in ``setup.cfg``. + v36.2.7 ------- |
