summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-02-27 22:57:46 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-02-27 22:57:46 +0100
commitc716679edf348ba59d7551600c9cf139e23961ef (patch)
tree853ee5edd3b44aa67e182bb36b983dbb4ecf8f45 /CHANGES
parent17af0e7a084955b5c0bf4124bba87190ac16734d (diff)
downloadruamel.yaml-c716679edf348ba59d7551600c9cf139e23961ef.tar.gz
fix issue #279 block sequence elements with flow mapping collapsed0.15.89
*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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 272d72e..3d283ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+[0, 15, 89]: 2019-02-27
+ - fix for items with flow-mapping in block sequence output on single line
+ (reported by `Zahari Dim <https://bitbucket.org/zahari_dim/>`__)
+ - fix for safe dumping erroring in creation of representereror when dumping namedtuple
+ (reported and solution by `Jaakko Kantojärvi <https://bitbucket.org/raphendyr/>`__)
+
[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/>`__)