Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ad5d2c

Browse files
committed
Update changelog
1 parent 88f73cf commit 2ad5d2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
77

88
## [unreleased][]
99

10-
- Look for installed Windows 10 sdk's during installation instead of relying on specific versions.
11-
1210
### Added
1311

1412
- 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][].
2826
- Python 3.7 support, builds and testing added. Defaults changed from Python 3.6 to 3.7 ([#698][p698])
2927

3028
### Changed
31-
- PythonException included C# call stack
3229

30+
- PythonException included C# call stack
3331
- Reattach python exception traceback information (#545)
3432
- 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])
3533
- 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.
3635

3736
### Fixed
3837

0 commit comments

Comments
 (0)