summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-20 14:03:50 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-20 14:03:50 +0200
commit16f8549847cc61715ef5db70cfab8699c8360ae9 (patch)
tree5bdbecf9129c8c559d025f3b628c6a092b9ba3ca /README.rst
parent8d476d15a89171e3fea33e27274f54fe36ca87f2 (diff)
downloadruamel.yaml-16f8549847cc61715ef5db70cfab8699c8360ae9.tar.gz
fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68
*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.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5db16da..36a1487 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.67
-:updated: 2018-09-19
+:version: 0.15.68
+:updated: 2018-09-20
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,12 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.68 (2018-09-20):
+ - fix issue with parsabel, but incorrect output with nested flow-style sequences
+ (reported by `Dougal Seeley <https://bitbucket.org/dseeley/>`__)
+ - fix issue with loading Python objects that have __setstate__ and recursion in parameters
+ (reported by `Douglas RAILLARD <https://bitbucket.org/DouglasRaillard/>`__)
+
0.15.67 (2018-09-19):
- fix issue with extra space inserted with non-root literal strings
(Issue reported and PR with fix provided by