Skip to content

Commit 9e53a71

Browse files
Add change notes for ReferenceError fix.
1 parent 2cda4e6 commit 9e53a71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Version 2.2.0
1111
* Building of Python wheels for riscv64 Linux platform had been accidentally
1212
removed from the build configuration. This has now been added back in.
1313

14+
* When a weak function proxy was created for a bound method and the instance
15+
it was bound to was garbage collected, calling the proxy would silently
16+
call the function as unbound instead of raising a ``ReferenceError``.
17+
1418
Version 2.1.1
1519
-------------
1620

0 commit comments

Comments
 (0)