Skip to content

Commit fee4373

Browse files
committed
Updates CHANGELOG.md
1 parent 9fb753a commit fee4373

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ This version improves performance on benchmarks significantly compared to 2.3.
6868
- Fill `__classcell__` correctly for Python subclasses of .NET types
6969
- Fixed issue with params methods that are not passed an array.
7070
- 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])
7177

7278
## [2.4.0][] - 2019-05-15
7379

0 commit comments

Comments
 (0)