File tree 1 file changed +2
-0
lines changed
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][].
13
13
Currently there two side-by-side build systems that produces the same output (net40) from the same sources.
14
14
After a some transition time, current (mono/ msbuild 14.0) build system will be removed.
15
15
- NUnit upgraded to 3.7 (eliminates travis-ci random bug)
16
+ - Added C# ` PythonEngine.AddShutdownHandler ` to help client code clean up on shutdown.
16
17
- Added ` clr.GetClrType ` ([ #432 ] [ i432 ] )([ #433 ] [ p433 ] )
17
18
- Allowed passing ` None ` for nullable args ([ #460 ] [ p460 ] )
18
19
- 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][].
599
600
600
601
[ 1.0.0 ] : https://github.com/pythonnet/pythonnet/releases/tag/1.0
601
602
603
+ [ i714 ] : https://github.com/pythonnet/pythonnet/issues/714
602
604
[ i608 ] : https://github.com/pythonnet/pythonnet/issues/608
603
605
[ i443 ] : https://github.com/pythonnet/pythonnet/issues/443
604
606
[ p690 ] : https://github.com/pythonnet/pythonnet/pull/690
You can’t perform that action at this time.
0 commit comments