Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9aac609

Browse files
rickardraysearchabessen
authored and
abessen
committed
Updated changelog
(cherry picked from commit 9e08150)
1 parent 6b03c63 commit 9aac609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)