Skip to content

Commit 7d71852

Browse files
authored
Add a couple of missing items to the release notes (#1938)
1 parent 3fa5fff commit 7d71852

File tree

1 file changed

+3
-1
lines changed
  • Rx.NET/Documentation/ReleaseHistory

1 file changed

+3
-1
lines changed

Rx.NET/Documentation/ReleaseHistory/Rx.v6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111

1212
* Tested against .NET 6, and .NET 7
1313
* When unhandled exceptions from `Task` used to cause `TaskScheduler.UnobservedExceptions`, applications can opt into swallowing failures silently (to be consistent with how Rx has always handled unhandled exceptions in the equivalent non-Task-oriented scenarios; this only applies to cases in which Rx has no way of reporting the exception, typically because the relevant observable no longer has any subscribers on which we could call `OnError`)
14-
* `SingleAssignmentDisposableValue` type is now public
14+
* `SingleAssignmentDisposableValue` type is now public
15+
* Trimming annotations now present
16+
* debug symbols now available as separate `snupkg` instead of being built in, reducing assembly size

0 commit comments

Comments
 (0)