diff --git a/docs/AspDotNetCore.md b/docs/AspDotNetCore.md
index a3afdad70..ee694b1e0 100644
--- a/docs/AspDotNetCore.md
+++ b/docs/AspDotNetCore.md
@@ -94,7 +94,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
```html
```
-Note: `` has many options like `max-traces`, `position`, etc. [You can find them in code here](https://github.com/MiniProfiler/dotnet/blob/master/src/MiniProfiler.AspNetCore.Mvc/MiniProfilerScriptTagHelper.cs).
+Note: `` has many options like `max-traces`, `position`, `color-scheme`, `nonce`, etc. [You can find them in code here](https://github.com/MiniProfiler/dotnet/blob/master/src/MiniProfiler.AspNetCore.Mvc/MiniProfilerScriptTagHelper.cs).
Note #2: The above tag helper registration may go away in future versions of ASP.NET Core, they're working on smoother alternatives here.
diff --git a/docs/Releases.md b/docs/Releases.md
index 74f926e2c..099d5fc11 100644
--- a/docs/Releases.md
+++ b/docs/Releases.md
@@ -5,6 +5,18 @@ layout: "default"
### Release Notes
This page tracks major changes included in any update starting with version 4.0.0.3
+#### Version 4.2.0 (In preview)
+- Added `` to rendering for CSP support ([#465](https://github.com/MiniProfiler/dotnet/pull/465))
+- Added dark and "auto" (system preference decides) color themes, total is "Light", "Dark", and "Auto" ([#451](https://github.com/MiniProfiler/dotnet/pull/451))
+ - Generally moves to CSS 3 variables, for easier custom themes as well.
+- Added `SqlServerFormatter.IncludeParameterValues` for excluding actual values in output if desired ([#463](https://github.com/MiniProfiler/dotnet/pull/463))
+- Fix for ['i.Started.toUTCString is not a function'](https://github.com/MiniProfiler/dotnet/pull/462) when global serializer options are changed.
+- Removed jQuery (built-in) dependency ([#442](https://github.com/MiniProfiler/dotnet/pull/442))
+ - Drops IE 11 support
+- Fix for missing `IMemoryCache` depending on config ([#440](https://github.com/MiniProfiler/dotnet/pull/440))
+- Updates `MySqlConnector` to 0.60.1 for misc fixes ([#432](https://github.com/MiniProfiler/dotnet/pull/432)) (thanks [@bgrainger](https://github.com/bgrainger)!)
+
+
#### Version 4.1.0
- ASP.NET Core 3.0 support ([MiniProfiler.AspNetCore](https://www.nuget.org/packages/MiniProfiler.AspNetCore/) and [MiniProfiler.AspNetCore.Mvc](https://www.nuget.org/packages/MiniProfiler.AspNetCore.Mvc/) packages, now with a `netcoreapp3.0` build)
- Error support via `CustomTiming.Errored = true`, this will turn the UI red to raise error awareness ([#418](https://github.com/MiniProfiler/dotnet/pull/418) & [#420](https://github.com/MiniProfiler/dotnet/pull/420))
diff --git a/samples/Samples.AspNetCore3/Views/Shared/_Layout.cshtml b/samples/Samples.AspNetCore3/Views/Shared/_Layout.cshtml
index 5d6023236..a8926a897 100644
--- a/samples/Samples.AspNetCore3/Views/Shared/_Layout.cshtml
+++ b/samples/Samples.AspNetCore3/Views/Shared/_Layout.cshtml
@@ -46,7 +46,7 @@
@RenderSection("scripts", required: false)
@* Simple options are exposed...or make a full options class for customizing. *@
-
+
@**@