From 5a8d10d239011588b5defa8a8758513b3a9949ac Mon Sep 17 00:00:00 2001 From: Phillip Haydon Date: Mon, 26 Aug 2024 03:20:53 +0800 Subject: [PATCH] Update CHANGE-LOG.md Changed 11.0.4 to 11.1.0 --- CHANGE-LOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md index 1614fbbb..120db4cc 100644 --- a/CHANGE-LOG.md +++ b/CHANGE-LOG.md @@ -1,6 +1,6 @@ # Full Change Log for Raygun4Net.* packages -### v11.0.4 +### v11.1.0 - Fix issue with `RaygunClientBase` where `SendInBackground` deferred building the message until late, losing HttpContext - See: https://github.com/MindscapeHQ/raygun4net/pull/540 - Fix issue with `ThrottledBackgroundMessageProcessor` where it would hold up to 8 task threads even when idle @@ -138,4 +138,4 @@ - Fixed issue with signed packages for NetCore nugets ### v6.7.0 -- Changed `SendInBackground` to no longer be blocking \ No newline at end of file +- Changed `SendInBackground` to no longer be blocking