8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119326f commit a7d2829Copy full SHA for a7d2829
CHANGELOG.md
@@ -15,6 +15,11 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
15
details about the cause of the failure
16
- `clr.AddReference` no longer adds ".dll" implicitly
17
- `PyIter(PyObject)` constructor replaced with static `PyIter.GetIter(PyObject)` method
18
+- Return values from .NET methods that return an interface are now automatically
19
+ wrapped in that interface. This is a breaking change for users that rely on being
20
+ able to access members that are part of the implementation class, but not the
21
+ interface. Use the new __implementation__ or __raw_implementation__ properties to
22
+ if you need to "downcast" to the implementation class.
23
24
### Fixed
25
0 commit comments