summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-06 22:04:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-03-06 22:04:03 -0500
commitd2ae3cd2cfc66c300bc6661ca33f0ba1f651fd56 (patch)
treef73fc00bc20affc5163fc42341cc5dea75801c58 /CHANGES.rst
parentc71b7bdbd0148bda4924d4c9fc84c574e5e4c227 (diff)
downloadpython-setuptools-git-d2ae3cd2cfc66c300bc6661ca33f0ba1f651fd56.tar.gz
Bump version: 54.1.0 → 54.1.1v54.1.1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3920b27e..bedd1faa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,18 @@
+v54.1.1
+-------
+
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #2584: Added ``sphinx-inline-tabs`` extension to allow for comparison of ``setup.py`` and its equivalent ``setup.cfg`` -- by :user:`amy-lei`
+
+Misc
+^^^^
+* #2592: Made option keys in the ``[metadata]`` section of ``setup.cfg`` case-sensitive. Users having
+ uppercase option spellings will get a warning suggesting to make them to lowercase
+ -- by :user:`melissa-kun-li`
+
+
v54.1.0
-------