File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments