diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-24 19:45:56 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-24 20:07:33 -0500 |
commit | 0fa62726ea81919d02166e7c1b1372a11dec3b4d (patch) | |
tree | 2b04c036df6110c34cc1c775aeee787aaabed12d /CHANGELOG.rst | |
parent | bf15ea917a10aa4f939eb40206dc07e178460f20 (diff) | |
download | setuptools-scm-0fa62726ea81919d02166e7c1b1372a11dec3b4d.tar.gz |
Update changelog and add documentation about usage of the feature.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6a1968..c30f2bc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +v3.4.0 +====== + +* fix #181 - add support for projects built under setuptools declarative config + by way of the setuptools.finalize_distribution_options hook in Setuptools 42. + * fix #305 - ensure the git file finder closes filedescriptors even when errors happen v3.3.3 |