summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-26 23:05:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-26 23:05:03 +0200
commitbce1095295d4a058ed665efde34b22c83b77c8fe (patch)
tree5d16180f55626eff1038df1e91459b90f816fc80 /CHANGES
parent946e383b47a227032e92d432c85568caed8065e2 (diff)
downloadruamel.yaml-bce1095295d4a058ed665efde34b22c83b77c8fe.tar.gz
fix issue #238 construct recursive objects0.15.71
*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--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b64da8..aaab1b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+[0, 15, 71]: 2018-09-26
+ - fix regression where handcrafted CommentedMaps could not be initiated (reported by
+ `Dan Helfman <https://bitbucket.org/dhelfman/>`__)
+ - fix regression with non-root literal scalars that needed indent indicator
+ (reported by `Clark Breyman <https://bitbucket.org/clarkbreyman/>`__)
+ - tag:yaml.org,2002:python/object/apply now also uses __qualname__ on PY3
+ (reported by `Douglas RAILLARD <https://bitbucket.org/DouglasRaillard/>`__)
+
[0, 15, 70]: 2018-09-21
- reverted CommentedMap and CommentedSeq to subclass ordereddict resp. list,
reimplemented merge maps so that both ``dict(**commented_map_instance)`` and JSON