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

Skip to content

Commit f8e147b

Browse files
Benoit Hudsonfilmor
Benoit Hudson
authored andcommitted
Document new API
Drive-by fix my broken link in the changelog.
1 parent 45b9130 commit f8e147b

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
@@ -13,6 +13,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1313
Currently there two side-by-side build systems that produces the same output (net40) from the same sources.
1414
After a some transition time, current (mono/ msbuild 14.0) build system will be removed.
1515
- NUnit upgraded to 3.7 (eliminates travis-ci random bug)
16+
- Added C# `PythonEngine.AddShutdownHandler` to help client code clean up on shutdown.
1617
- Added `clr.GetClrType` ([#432][i432])([#433][p433])
1718
- Allowed passing `None` for nullable args ([#460][p460])
1819
- Added keyword arguments based on C# syntax for calling CPython methods ([#461][p461])
@@ -599,6 +600,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
599600

600601
[1.0.0]: https://github.com/pythonnet/pythonnet/releases/tag/1.0
601602

603+
[i714]: https://github.com/pythonnet/pythonnet/issues/714
602604
[i608]: https://github.com/pythonnet/pythonnet/issues/608
603605
[i443]: https://github.com/pythonnet/pythonnet/issues/443
604606
[p690]: https://github.com/pythonnet/pythonnet/pull/690

0 commit comments

Comments
 (0)