summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-17 09:53:27 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-17 09:53:27 +0200
commit0427670ffa4fd8f70824dbf9533514f9a4daeff3 (patch)
tree5ac3fdfa799aa2f48510a1f3e9cd7bcbdf373785 /README.rst
parent9eb543eb3b1512a176f12ae6e4ba46ca6acf1b84 (diff)
downloadruamel.yaml-0427670ffa4fd8f70824dbf9533514f9a4daeff3.tar.gz
allow dump of deepcopied data from commented YAML0.15.100
fixes issue #295 *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.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bc7c83c..fca85cc 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.99
-:updated: 2019-07-12
+:version: 0.15.100
+:updated: 2019-07-17
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/yaml
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,13 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.100 (2019-07-17):
+ - fixing issue with dumping deep-copied data from commented YAML, by
+ providing both the memo parameter to __deepcopy__, and by allowing
+ startmarks to be compared on their content (reported by `Theofilos
+ Petsios
+ <https://bitbucket.org/%7Be550bc5d-403d-4fda-820b-bebbe71796d3%7D/>`__)
+
0.15.99 (2019-07-12):
- add `py.typed` to distribution, based on a PR submitted by
`Michael Crusoe