summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-08-13 13:16:06 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-08-13 13:16:06 +0200
commita29127076c536d0009b2556a4a2081e8cad83032 (patch)
tree7c97a6ca1f75bfd76c66ed4dd0475672a93d3198 /README.rst
parent56a22f859d4fa1a0be6a6335fb7e9232ea9e9239 (diff)
downloadruamel.yaml-a29127076c536d0009b2556a4a2081e8cad83032.tar.gz
fix issue #62: not allowing : or ? in flow style plain scalar0.15.27
also fix list withing list comment dropping, as it happened to occur in the example
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9b08480..1eed1e0 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key
+0.15.27 (2017-08-13):
+ - fix issue 62, YAML 1.2 allows ``?`` and ``:`` in plain scalars if non-ambigious
+ (reported by nowox)
+ - fix lists within lists which would make comments disappear
+
0.15.26 (2017-08-10):
- fix for disappearing comment after empty flow sequence (reported by
oit-tzhimmash)