Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Documentation/release-notes/4823.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#### Application behavior on device and emulator

* [GitHub 661](https://github.com/xamarin/java.interop/issues/661):
Fixes a `TypeLoadException` that could result when an app is built
with the API-R preview bindings, `$(TargetFrameworkVersion)`=v10.0.99,
when instantiating a type which implements an interface which contains
default interface members.

#### Application and library build and deployment

* [GitHub 515](https://github.com/xamarin/java.interop/issues/515):
Allow `.csv` files to declare C# enumeration members without requiring
a corresponding Java field.

#### Android API binding

* [GitHub 588](https://github.com/xamarin/java.interop/issues/588):
Don't invalidate an interface binding if it contains a static method
that couldn't be bound.
2 changes: 1 addition & 1 deletion external/Java.Interop