File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1616- Added ` clr.GetClrType ` (#432 , #433 )
1717- Allowed passing ` None ` for nullable args (#460 )
1818- Added keyword arguments based on C# syntax for calling CPython methods (#461 )
19+ - Catches exceptions thrown in C# iterators (yield returns) and rethrows them in python (#475 )
1920- Implemented GetDynamicMemberNames() for PyObject to allow dynamic object members to be visible in the debugger (#443 )
2021
2122### Changed
@@ -29,7 +30,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
2930- Fixed conversion of 'float' and 'double' values (#486 )
3031- Fixed 'clrmethod' for python 2 (#492 )
3132- Fixed double calling of constructor when deriving from .NET class (#495 )
32- - Fixed ` clr.GetClrType ` when iterating over ` System ` members (#607 )
33+ - Fixed ` clr.GetClrType ` when iterating over ` System ` members (#607 )
3334- Fixed ` LockRecursionException ` when loading assemblies (#627 )
3435- Fixed errors breaking .NET Remoting on method invoke (#276 )
3536- Fixed PyObject.GetHashCode (#676 )
You can’t perform that action at this time.
0 commit comments