File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ details about the cause of the failure
38
38
- BREAKING: Return values from .NET methods that return an interface are now automatically
39
39
wrapped in that interface. This is a breaking change for users that rely on being
40
40
able to access members that are part of the implementation class, but not the
41
- interface. Use the new __ implementation__ or __ raw_implementation__ properties to
41
+ interface. Use the new ` __implementation__ ` or ` __raw_implementation__ ` properties to
42
42
if you need to "downcast" to the implementation class.
43
43
- BREAKING: Parameters marked with ` ParameterAttributes.Out ` are no longer returned in addition
44
44
to the regular method return value (unless they are passed with ` ref ` or ` out ` keyword).
@@ -882,4 +882,4 @@ This version improves performance on benchmarks significantly compared to 2.3.
882
882
[ i1342 ] : https://github.com/pythonnet/pythonnet/issues/1342
883
883
[ i238 ] : https://github.com/pythonnet/pythonnet/issues/238
884
884
[ i1481 ] : https://github.com/pythonnet/pythonnet/issues/1481
885
- [ i1672 ] : https://github.com/pythonnet/pythonnet/pull/1672
885
+ [ i1672 ] : https://github.com/pythonnet/pythonnet/pull/1672
You can’t perform that action at this time.
0 commit comments