From 9520afe6864bae2c4c13f61a1009d3f10c78acb4 Mon Sep 17 00:00:00 2001 From: Nick Craver Date: Wed, 2 Aug 2023 18:29:56 -0400 Subject: [PATCH] Add release notes --- docs/Releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Releases.md b/docs/Releases.md index cd85345e..f8185323 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -6,6 +6,8 @@ layout: "default" This page tracks major changes included in any update starting with version 4.0.0.3 #### Unreleased +- **New**: + - Support for strict CSP (dynamic inline styles removed) ([#634](https://github.com/MiniProfiler/dotnet/pull/634) - thanks [rwasef1830](https://github.com/rwasef1830)) - **Fixes/Changes**: - Upgraded MongoDB driver, allowing automatic index creation and profiler expiration ([#613](https://github.com/MiniProfiler/dotnet/pull/613) - thanks [IanKemp](https://github.com/IanKemp))