Skip to content
Prev Previous commit
Next Next commit
Add Changelog entry
  • Loading branch information
filmor committed Feb 14, 2021
commit fdb71447a4374f54dc0c346474b90c55e5796e25
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ when .NET expects an integer [#1342][i1342]
- BREAKING: to call Python from .NET `Runtime.PythonDLL` property must be set to Python DLL name
or the DLL must be loaded in advance. This must be done before calling any other Python.NET functions.
- Sign Runtime DLL with a strong name
- Implement loading through `clr_loader` instead of the included `ClrModule`, enables
support for .NET Core

### Fixed

Expand Down