File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed 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][].
16
16
- Added ` clr.GetClrType ` (#432 , #433 )
17
17
- Allowed passing ` None ` for nullable args (#460 )
18
18
- 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 )
19
20
- Implemented GetDynamicMemberNames() for PyObject to allow dynamic object members to be visible in the debugger (#443 )
20
21
21
22
### Changed
@@ -29,7 +30,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
29
30
- Fixed conversion of 'float' and 'double' values (#486 )
30
31
- Fixed 'clrmethod' for python 2 (#492 )
31
32
- 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 )
33
34
- Fixed ` LockRecursionException ` when loading assemblies (#627 )
34
35
- Fixed errors breaking .NET Remoting on method invoke (#276 )
35
36
- Fixed PyObject.GetHashCode (#676 )
You can’t perform that action at this time.
0 commit comments