From 66f58046eae1dd996b927534a90bdd5c2b449950 Mon Sep 17 00:00:00 2001 From: Ian Griffiths Date: Thu, 18 May 2023 13:55:21 +0100 Subject: [PATCH] Add a couple of missing items to the release notes --- Rx.NET/Documentation/ReleaseHistory/Rx.v6.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Rx.NET/Documentation/ReleaseHistory/Rx.v6.md b/Rx.NET/Documentation/ReleaseHistory/Rx.v6.md index e27aa5932..b37c62571 100644 --- a/Rx.NET/Documentation/ReleaseHistory/Rx.v6.md +++ b/Rx.NET/Documentation/ReleaseHistory/Rx.v6.md @@ -11,4 +11,6 @@ * Tested against .NET 6, and .NET 7 * 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`) -* `SingleAssignmentDisposableValue` type is now public \ No newline at end of file +* `SingleAssignmentDisposableValue` type is now public +* Trimming annotations now present +* debug symbols now available as separate `snupkg` instead of being built in, reducing assembly size \ No newline at end of file