@@ -33,21 +33,22 @@ when .NET expects an integer [#1342][i1342]
3333
3434### Fixed
3535
36- - Fix incorrect dereference of wrapper object in ` tp_repr ` , which may result in a program crash
37- - Fix incorrect dereference in params array handling
38- - Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([ #1097 ] [ i1097 ] )
39- - Fix ` object[] ` parameters taking precedence when should not in overload resolution
40- - Fixed a bug where all .NET class instances were considered Iterable
41- - Fix incorrect choice of method to invoke when using keyword arguments.
42- - Fix non-delegate types incorrectly appearing as callable.
43- - Indexers can now be used with interface objects
44- - Fixed a bug where indexers could not be used if they were inherited
45- - Made it possible to use ` __len__ ` also on ` ICollection<> ` interface objects
46- - Fixed issue when calling PythonException.Format where another exception would be raise for unnormalized exceptions
47- - Made it possible to call ` ToString ` , ` GetHashCode ` , and ` GetType ` on inteface objects
48- - Fixed objects returned by enumerating ` PyObject ` being disposed too soon
49- - Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException
36+ - Fix incorrect dereference of wrapper object in ` tp_repr ` , which may result in a program crash
37+ - Fix incorrect dereference in params array handling
38+ - Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([ #1097 ] [ i1097 ] )
39+ - Fix ` object[] ` parameters taking precedence when should not in overload resolution
40+ - Fixed a bug where all .NET class instances were considered Iterable
41+ - Fix incorrect choice of method to invoke when using keyword arguments.
42+ - Fix non-delegate types incorrectly appearing as callable.
43+ - Indexers can now be used with interface objects
44+ - Fixed a bug where indexers could not be used if they were inherited
45+ - Made it possible to use ` __len__ ` also on ` ICollection<> ` interface objects
46+ - Fixed issue when calling PythonException.Format where another exception would be raise for unnormalized exceptions
47+ - Made it possible to call ` ToString ` , ` GetHashCode ` , and ` GetType ` on inteface objects
48+ - Fixed objects returned by enumerating ` PyObject ` being disposed too soon
49+ - Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException
5050- ` import ` may now raise errors with more detail than "No module named X"
51+ - Exception stacktraces on ` PythonException.StackTrace ` are now properly formatted
5152
5253### Removed
5354
0 commit comments