Skip to content
Prev Previous commit
Next Next commit
Updates CHANGELOG.md
  • Loading branch information
jmlidbetter committed Jun 22, 2020
commit fee4373419f640500dcf3210cc018f1ef6bb3abc
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ This version improves performance on benchmarks significantly compared to 2.3.
- Fill `__classcell__` correctly for Python subclasses of .NET types
- Fixed issue with params methods that are not passed an array.
- Use UTF8 to encode strings passed to `PyRun_String` on Python 3
- Fixed runtime that fails loading when using pythonnet in an environment
together with Nuitka
- Fixes bug where delegates get casts (dotnetcore)
- Determine size of interpreter longs at runtime
- Handling exceptions ocurred in ModuleObject's getattribute
- Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([#1097][i1097])

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

Expand Down