summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-21 15:06:26 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-21 15:06:26 +0200
commit35d4558a7e4d8eae971a2887de8f139849da13b0 (patch)
treea5e404c7a3575395421a03869199f90b0b553432 /README.rst
parentd97574a94bca9a6b62511ee14bb633a5fdc2e32e (diff)
downloadruamel.yaml-35d4558a7e4d8eae971a2887de8f139849da13b0.tar.gz
fix for 3940.17.12
when the newly created object has the signature __attrs_attrs__ attribute initialisation is not done using update by by calling __init__()
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 16abf3d..a3b9dbf 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.17.11
-:updated: 2021-08-19
+:version: 0.17.12
+:updated: 2021-08-21
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -72,6 +72,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.12 (2021-08-21):
+ - fix issue with anchor on registered class not preserved and those classes using package
+ attrs with `@attr.s()` (both reported by `ssph <https://sourceforge.net/u/sph/>`__)
+
0.17.11 (2021-08-19):
- fix error baseclass for ``DuplicateKeyErorr`` (reported by `Ɓukasz Rogalski
<https://sourceforge.net/u/lrogalski/>`__)