Skip to content

Commit 120d363

Browse files
committed
mentiond PythonDLL in changelog
1 parent 04f4e1d commit 120d363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ details about the cause of the failure
3131
- `PyObject` now implements `IEnumerable<PyObject>` in addition to `IEnumerable`
3232
- floating point values passed from Python are no longer silently truncated
3333
when .NET expects an integer [#1342][i1342]
34+
- BREAKING: to call Python from .NET `Runtime.PythonDLL` property must be set to Python DLL name
35+
or the DLL must be loaded in advance. This must be done before calling any other Python.NET functions.
3436

3537
### Fixed
3638

0 commit comments

Comments
 (0)