Skip to content

Commit

Permalink
Update mediator.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Feb 8, 2025
1 parent b68417c commit 4d30f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/release-notes/mediator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import RN from '/src/components/ReleaseNote.astro';
# 3.3.0 - TBD
<RN type="feature">Support for Uno Platform</RN>
<RN type="enhancement">Ability to bypass middleware using headers - mediator.Send(..., cancelToken, Headers.BypassMiddleware)</RN>
<RN type="enhancement">Ability to bypass error traps using `Headers.DontTrapExceptions` - all Shiny Mediator middleware that error trap will respect this header</RN>
<RN type="enhancement">Ability to bypass error traps using `Headers.BypassExceptionHandling` - all Shiny Mediator middleware that error trap will respect this header</RN>

# 3.2.0 - January 30, 2025
<RN type="feature">Global Exception Handling via new `IExceptionHandler`</RN>
Expand Down

0 comments on commit 4d30f5b

Please sign in to comment.