diff --git a/changelog/12498.contrib.rst b/changelog/12498.contrib.rst new file mode 100644 index 000000000..436c6f0e9 --- /dev/null +++ b/changelog/12498.contrib.rst @@ -0,0 +1,5 @@ +All the undocumented ``tox`` environments now have descriptions. +They can be listed in one's development environment by invoking +``tox -av`` in a terminal. + +-- by :user:`webknjaz`