summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-23 21:14:28 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 14:33:41 +0200
commitf8c347c6711904a18e6b08534a9d802d8feb1687 (patch)
tree57456460f87f6b3bf2b9899d64c8bd539fcd9083 /ChangeLog
parentde9548ce3448856efb2830860773edb77878fc6f (diff)
downloadastroid-git-f8c347c6711904a18e6b08534a9d802d8feb1687.tar.gz
Upgrade changelog for setuptools
Add changelog entry for renaming of License
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad4a398a..06d500b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ What's New in astroid 2.5.4?
============================
Release Date: TBA
+* The packaging is now done via setuptools exclusively. ``doc``, ``tests``, and ``Changelog`` are
+ not packaged anymore - reducing the size of the package greatly.
+
* Debian packaging is now (officially) done in https://salsa.debian.org/python-team/packages/astroid.
* ``__pkginfo__`` now only contain ``__version__`` (also accessible with ``astroid.__version__``),
@@ -23,7 +26,7 @@ Release Date: TBA
Closes PyCQA/pylint#4383
* COPYING was removed in favor of COPYING.LESSER and the latter was renamed to LICENSE to make more apparent
- that the code is licensed under LGPLv2.
+ that the code is licensed under LGPLv2 or later.
* Moved from appveyor and travis to Github Actions for continuous integration.