Skip to content

Commit 06c698f

Browse files
Update release notes for annotation deletion bug.
1 parent 6e6ed87 commit 06c698f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/changes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Release Notes
44
Version 2.2.0
55
-------------
66

7-
**Features Changed**
8-
97
**Bugs Fixed**
108

119
* Building of Python wheels for riscv64 Linux platform had been accidentally
@@ -15,6 +13,10 @@ Version 2.2.0
1513
it was bound to was garbage collected, calling the proxy would silently
1614
call the function as unbound instead of raising a ``ReferenceError``.
1715

16+
* When deleting an attribute named ``__annotations__`` on an object proxy, the
17+
attribute was only being deleted from the proxy and not also from the wrapped
18+
object.
19+
1820
Version 2.1.1
1921
-------------
2022

0 commit comments

Comments
 (0)