diff --git a/docs/changelog/2766.feature.rst b/docs/changelog/2766.feature.rst index 700d19714..3e4d67104 100644 --- a/docs/changelog/2766.feature.rst +++ b/docs/changelog/2766.feature.rst @@ -1,2 +1 @@ -* Allow ``-f`` to be used multiple times and to be used on hyphenated factors - (e.g. ``-f py311-django -f py39``) +``-f`` can be used multiple times and on hyphenated factors (e.g. ``-f py311-django -f py39``) - by :user:`sirosen`.