From 6d039547843af9d456f6ae91e7065971918c27dd Mon Sep 17 00:00:00 2001 From: dgelessus Date: Wed, 25 Sep 2019 02:32:32 +0200 Subject: [PATCH] Document setup.cfg options.packages fixes in changelog --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 4add1e2..ab087bb 100644 --- a/README.rst +++ b/README.rst @@ -188,6 +188,18 @@ Version 1.3.1 (next version) * Performance has been improved - the data no longer needs to be fully decompressed to get its length, this information is now read from the header. * The ``'dcmp'`` ID used to decompress each resource is displayed. +* Fixed an incorrect ``options.packages`` in ``setup.cfg``, which made the library unusable except when installing from source using ``--editable``. + +Version 1.3.0.post1 +^^^^^^^^^^^^^^^^^^^ + +* Fixed an incorrect ``options.packages`` in ``setup.cfg``, which made the library unusable except when installing from source using ``--editable``. + +Version 1.2.0.post1 +^^^^^^^^^^^^^^^^^^^ + +* Fixed an incorrect ``options.packages`` in ``setup.cfg``, which made the library unusable except when installing from source using ``--editable``. + Version 1.3.0 ^^^^^^^^^^^^^