Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7d2829

Browse files
committed
Update CHANGELOG
1 parent119326f commita7d2829

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1515
details about the cause of the failure
1616
-`clr.AddReference` no longer adds ".dll" implicitly
1717
-`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.
1823

1924
###Fixed
2025

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp