We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6ed87 commit 06c698fCopy full SHA for 06c698f
1 file changed
docs/changes.rst
@@ -4,8 +4,6 @@ Release Notes
4
Version 2.2.0
5
-------------
6
7
-**Features Changed**
8
-
9
**Bugs Fixed**
10
11
* Building of Python wheels for riscv64 Linux platform had been accidentally
@@ -15,6 +13,10 @@ Version 2.2.0
15
13
it was bound to was garbage collected, calling the proxy would silently
16
14
call the function as unbound instead of raising a ``ReferenceError``.
17
+* When deleting an attribute named ``__annotations__`` on an object proxy, the
+ attribute was only being deleted from the proxy and not also from the wrapped
18
+ object.
19
+
20
Version 2.1.1
21
22
0 commit comments