You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
7
7
8
8
##[unreleased][]
9
9
10
-
- Look for installed Windows 10 sdk's during installation instead of relying on specific versions.
11
-
12
10
###Added
13
11
14
12
- Added support for embedding python into dotnet core 2.0 (NetStandard 2.0)
@@ -28,11 +26,12 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
28
26
- Python 3.7 support, builds and testing added. Defaults changed from Python 3.6 to 3.7 ([#698][p698])
29
27
30
28
###Changed
31
-
- PythonException included C# call stack
32
29
30
+
- PythonException included C# call stack
33
31
- Reattach python exception traceback information (#545)
34
32
- PythonEngine.Intialize will now call`Py_InitializeEx` with a default value of 0, so signals will not be configured by default on embedding. This is different from the previous behaviour, where`Py_Initialize` was called instead, which sets initSigs to 1. ([#449][i449])
35
33
- Refactored MethodBinder.Bind in preparation to make it extensible (#829)
34
+
- Look for installed Windows 10 sdk's during installation instead of relying on specific versions.