diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 14:13:03 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 14:13:03 -0500 |
commit | 69061481e345bfd1f1d07795b3541c07e498d2df (patch) | |
tree | dc04498fafc71bee2d3943c073659f9e144fd5a4 | |
parent | 09cbf5e63f5c9e84438cf69711a7a6b767106506 (diff) | |
download | python-setuptools-git-69061481e345bfd1f1d07795b3541c07e498d2df.tar.gz |
Add changelog entry. Ref #719.
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index eda52476..b69ac26c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,9 @@ CHANGES ======= +* #719: Suppress decoding errors and instead log a warning + when metadata cannot be decoded. + v25.1.4 ------- |