summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-02-12 22:13:44 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-02-12 22:13:44 +0100
commitc03b2ae7bd500a092f91d81a50a977ea261873e3 (patch)
tree8528cf5b0461d39633796bc2a6ee0c7141a29ed6 /CHANGES
parent08ad0e623d1107cab0278e182f53db3b90882ba6 (diff)
downloadruamel.yaml-c03b2ae7bd500a092f91d81a50a977ea261873e3.tar.gz
fix issue #278 inclusion of spurious .py files in linux wheels and tar0.15.88
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 574758a..272d72e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+[0, 15, 88]: 2019-02-12
+ - fix inclusing of python code from the subpackage data (containing extra tests,
+ reported by `Florian Apolloner <https://bitbucket.org/apollo13/>`__)
+
+[0, 15, 88]: 2019-02-12
+ - fix inclusing of python code from the subpackage data (containing extra tests,
+ reported by `Florian Apolloner <https://bitbucket.org/apollo13/>`__)
+
[0, 15, 87]: 2019-01-22
- fix problem with empty lists and the code to reinsert merge keys (reported via email
by Zaloo)