From 0c37f63bed0658bd84b17c1aff19500c38277758 Mon Sep 17 00:00:00 2001 From: Martin Holman Date: Fri, 27 Apr 2018 10:04:38 -0700 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2247532..9e89298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Changelog ### Bug fixes +* Request context is now available in custom middleware + | [martin308](https://github.com/martin308) + | [#91](https://github.com/bugsnag/bugsnag-dotnet/pull/91) + * Only set the context to the current request URL if the context has not already been set | [tremlab](https://github.com/tremlab) | [#89](https://github.com/bugsnag/bugsnag-dotnet/pull/89)