Skip to content

Commit a1b6c76

Browse files
committed
Updates CHANGELOG
1 parent d453159 commit a1b6c76

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1616

1717
- Fix incorrect dereference of wrapper object in `tp_repr`, which may result in a program crash
1818
- Fix incorrect dereference in params array handling
19+
- Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([#1097][i1097])
1920

2021
## [2.5.0][] - 2020-06-14
2122

@@ -68,12 +69,6 @@ This version improves performance on benchmarks significantly compared to 2.3.
6869
- Fill `__classcell__` correctly for Python subclasses of .NET types
6970
- Fixed issue with params methods that are not passed an array.
7071
- 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])
7772

7873
## [2.4.0][] - 2019-05-15
7974

0 commit comments

Comments
 (0)