Skip to content

Commit fdb7144

Browse files
committed
Add Changelog entry
1 parent b92d929 commit fdb7144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ when .NET expects an integer [#1342][i1342]
3737
- BREAKING: to call Python from .NET `Runtime.PythonDLL` property must be set to Python DLL name
3838
or the DLL must be loaded in advance. This must be done before calling any other Python.NET functions.
3939
- Sign Runtime DLL with a strong name
40+
- Implement loading through `clr_loader` instead of the included `ClrModule`, enables
41+
support for .NET Core
4042

4143
### Fixed
4244

0 commit comments

Comments
 (0)