diff options
author | Anthon van der Neut <anthon@mnt.org> | 2021-08-21 15:06:26 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2021-08-21 15:06:26 +0200 |
commit | 35d4558a7e4d8eae971a2887de8f139849da13b0 (patch) | |
tree | a5e404c7a3575395421a03869199f90b0b553432 /README.rst | |
parent | d97574a94bca9a6b62511ee14bb633a5fdc2e32e (diff) | |
download | ruamel.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.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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/>`__) |