summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-29 13:01:41 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-29 13:01:41 +0200
commit46589f9d94ef95b851f4cb56b06eeb11753db25e (patch)
treeb1e415e8ed97f9faa5f9d146a40dbb4ccfe954cf /README.rst
parent33f0d0b44b6272a572cc14494ea788c867ae190f (diff)
downloadruamel.yaml-46589f9d94ef95b851f4cb56b06eeb11753db25e.tar.gz
allow version 1.2 using C loader/dumper0.15.62
This just allows to use version 1.2 instead of 1.1 fixed. There is no actual parsing/dumping code changed. So documents with YAML 1.2 specific features (e.g. octals) are likely to fail. *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 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ecd8302..e577f93 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.15.61
-:updated: 2018-08-23
+:version: 0.15.62
+:updated: 2018-08-29
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.62 (2018-08-29):
+ - C based reader/scanner & emitter now allow setting of 1.2 as YAML version.
+ ** The loading/dumping is still YAML 1.1 code**, so use the common subset of
+ YAML 1.2 and 1.1 (reported by `Ge Yang <https://bitbucket.org/yangge/>`__)
+
0.15.61 (2018-08-23):
- support for round-tripping folded style scalars (initially requested
by `Johnathan Viduchinsky <https://bitbucket.org/johnathanvidu/>`__)