summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-05-01 20:07:58 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-05-01 20:07:58 +0200
commit913318287aacca50246fd44fa5682e3907c1c78a (patch)
tree6031c22905170e5192a3d7b649751cdcb7503cb8 /README.rst
parent8b731994b1543d7886af85f926d9eea5a22d0732 (diff)
downloadruamel.yaml-913318287aacca50246fd44fa5682e3907c1c78a.tar.gz
repr of commentedmap simplified
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 36d6abc..b5b2f80 100644
--- a/README.rst
+++ b/README.rst
@@ -70,9 +70,13 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
NEXT:
+
- fix issue with indent != 2 and literal scalars with empty first line
(reported by wrdis on `StackOverflow <https://stackoverflow.com/q/75584262/1307905>`__)
- - updated __repr__ of CommentedMap, now that dict is ordered -> no more ordereddict
+ - updated __repr__ of CommentedMap, now that Python's dict is ordered -> no more
+ ordereddict(list-of-tuples)
+ - merge MR 4, handling OctalInt in YAML 1.1
+ (provided by `Jacob Floyd <https://sourceforge.net/u/cognifloyd/profile/>`_)
- fix loading of `!!float 42` (reported by Eric on
`Stack overflow <https://stackoverflow.com/a/71555107/1307905>`_)
- line numbers are now set on `CommentedKeySeq` and `CommentedKeyMap` (which