summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-15 21:26:20 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-15 21:26:20 +0200
commite14b468cdd14b4c19370bee96af50d1d788d4f6e (patch)
treeec5d0bbf08df764fe4ba14b04eee558d6166169c /CHANGES
parentaaaebefa965eae325adf1bfd800d91765d89fb8b (diff)
downloadruamel.yaml-e14b468cdd14b4c19370bee96af50d1d788d4f6e.tar.gz
fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57
CommentedSeq + list used to return a list, it now again does so. sort never worked correctly, it should now (i.e. move the EOL comments along). *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fa6ff80..fc64df0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[0, 15, 57]: 2018-08-15
+ - Fix that CommentedSeq could no longer be used in adding or do a copy
+ (reported by `Christopher Wright <https://bitbucket.org/CJ-Wright4242/>`__)
+
[0, 15, 56]: 2018-08-15
- fix issue with ``python -O`` optimizing away code (reported, and detailed cause
pinpointed, by `Alex Grönholm <https://bitbucket.org/agronholm/>`__