summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1fdaf851..f35181c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@ Release date: Undefined
only contain ``__version__`` (also accessible with ``pylint.__version__``), other meta-information are still
accessible with ``import importlib;metadata.metadata('pylint')``.
+* COPYING has been renamed to LICENSE for standardization.
+
* Fix false-positive ``used-before-assignment`` in function returns.
Closes #4301