diff options
| author | Melissa Li <li.melissa.kun@gmail.com> | 2021-03-02 23:53:19 -0500 |
|---|---|---|
| committer | Melissa Li <li.melissa.kun@gmail.com> | 2021-03-02 23:53:19 -0500 |
| commit | 4cd5f1a23bced5679f219387afacc59dd360bce5 (patch) | |
| tree | 2ea2fa397eefb47849b617ba0765eaffe428f8d2 | |
| parent | 67a5991997659326fd1439a58e2140731144f08c (diff) | |
| download | python-setuptools-git-4cd5f1a23bced5679f219387afacc59dd360bce5.tar.gz | |
Add changelog
| -rw-r--r-- | changelog.d/1608.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1608.change.rst b/changelog.d/1608.change.rst new file mode 100644 index 00000000..77fcfd57 --- /dev/null +++ b/changelog.d/1608.change.rst @@ -0,0 +1 @@ +Removed the general conversion of dashes to underscores in the keys of :code:`setup.cfg` to support the usage of dashes. Added a compatibility method to warn users when they use a specific dash-separated key which in the future will only allow an underscore. Note: the method performs the dash to underscore conversion to preserve compatibility, but future versions will no longer support it -- by :user:`melissa-kun-li`
\ No newline at end of file |
