📝 Add change notes for PR #12469

This commit is contained in:
Sviatoslav Sydorenko 2024-06-20 10:18:11 +02:00
parent 39b548e6ea
commit cb179472bb
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
2 changed files with 10 additions and 0 deletions

6
changelog/12469.doc.rst Normal file
View File

@ -0,0 +1,6 @@
The external plugin mentions in the documentation now avoid mentioning
:std:doc:`setuptools entry-points <setuptools:index>` as the concept is
much more generic nowadays. Instead, the terminology of "external",
"installed", or "third-party" plugins (or packages) replaces that.
-- by :user:`webknjaz`

View File

@ -0,0 +1,4 @@
The console output now uses the "third-party plugins" terminology,
replacing the previously established but confusing and outdated
reference to :std:doc:`setuptools <setuptools:index>`
-- by :user:`webknjaz`.