From 9e88a36ee6d80602d3b32b3b05db5a3c2bcca098 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Tue, 4 Feb 2020 14:13:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b364534d..997af2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added login-page and login-card CSS classes so you can customize them via themes by [adamdriscoll](https://github.com/adamdriscoll) +### Changed + +- Fixed an is where -ReplaceToast on Show-UDToast would not replace a toast (https://github.com/ironmansoftware/universal-dashboard/issues/1449) by [adamdriscoll](https://github.com/adamdriscoll) + ### Changed (Enterprise) - Fixed issue where the login button wouldn't change font color by [adamdriscoll](https://github.com/adamdriscoll)