File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
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
17
17
- Fix incorrect dereference of wrapper object in ` tp_repr ` , which may result in a program crash
18
18
- Fix incorrect dereference in params array handling
19
+ - Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([ #1097 ] [ i1097 ] )
19
20
20
21
## [ 2.5.0] [ ] - 2020-06-14
21
22
@@ -68,12 +69,6 @@ This version improves performance on benchmarks significantly compared to 2.3.
68
69
- Fill ` __classcell__ ` correctly for Python subclasses of .NET types
69
70
- Fixed issue with params methods that are not passed an array.
70
71
- Use UTF8 to encode strings passed to ` PyRun_String ` on Python 3
71
- - Fixed runtime that fails loading when using pythonnet in an environment
72
- together with Nuitka
73
- - Fixes bug where delegates get casts (dotnetcore)
74
- - Determine size of interpreter longs at runtime
75
- - Handling exceptions ocurred in ModuleObject's getattribute
76
- - Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([ #1097 ] [ i1097 ] )
77
72
78
73
## [ 2.4.0] [ ] - 2019-05-15
79
74
You can’t perform that action at this time.
0 commit comments