summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e20ee59..ba7d70a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+[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