diff options
| author | Melissa Li <li.melissa.kun@gmail.com> | 2021-03-06 00:00:37 -0500 |
|---|---|---|
| committer | Melissa Li <li.melissa.kun@gmail.com> | 2021-03-06 00:00:37 -0500 |
| commit | 28c7abc9516821cb701be5576ccd274a3b0c0389 (patch) | |
| tree | 78210697f73d1db1654d122cc5ab44efa928014b | |
| parent | fa48ac3626c21efc5261b4f112270ca40d2e004d (diff) | |
| download | python-setuptools-git-28c7abc9516821cb701be5576ccd274a3b0c0389.tar.gz | |
Add changelog
| -rw-r--r-- | changelog.d/2592.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2592.change.rst b/changelog.d/2592.change.rst new file mode 100644 index 00000000..3dbe816f --- /dev/null +++ b/changelog.d/2592.change.rst @@ -0,0 +1 @@ +Warned for usage of uppercase keys in :code:`metadata` in :code:`setup.cfg`, restored some compatiblity by transforming to lowercase if not. Followed the change of keys in :code:`setup.cfg` now being case-sensitive -- by :user:`melissa-kun-li`
\ No newline at end of file |
