From ff257897e9637b1af28e169b75dc3d15debbc9e7 Mon Sep 17 00:00:00 2001 From: Matt Byers Date: Sat, 20 Jul 2024 00:12:28 +1200 Subject: [PATCH] Update changelog --- CHANGE-LOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md index 82b032f7..362370eb 100644 --- a/CHANGE-LOG.md +++ b/CHANGE-LOG.md @@ -1,5 +1,9 @@ # Full Change Log for Raygun4Net.* packages +### v11.0.3 +- Update `RaygunHttpModule` (Raygun4Net ASP.NET Framework) to use a singleton `RaygunClient` instance + - See: https://github.com/MindscapeHQ/raygun4net/pull/537 + ### v11.0.2 - Fix null signature issue when Debug Symbols are set to None and the application is built in Release mode - See: https://github.com/MindscapeHQ/raygun4net/pull/535 @@ -127,4 +131,4 @@ - Fixed issue with signed packages for NetCore nugets ### v6.7.0 -- Changed `SendInBackground` to no longer be blocking +- Changed `SendInBackground` to no longer be blocking \ No newline at end of file