summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ee17046..2383909 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[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/>`__)