From 1094dddf6d64cc278e9612a1174f59904bed8dd9 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Mon, 10 Feb 2020 09:06:02 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de383da7..f41a2e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed (Enterprise) - Fixed issue where the login button wouldn't change font color by [adamdriscoll](https://github.com/adamdriscoll) +- Fixed issue where $Session would be $null when using authorization policies and Windows Auth by [adamdriscoll](https://github.com/adamdriscoll) ### Removed