From 6c0553be3c91f15e36a8a5ef7e1e9a2eebe40cf9 Mon Sep 17 00:00:00 2001 From: BoSen29 <54361737+BoSen29@users.noreply.github.com> Date: Sun, 26 Jan 2020 05:22:46 +0100 Subject: [PATCH] Credit where credit is due (#1482) * Credit where credit is due * second update --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba482d8e..82614ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Community edition now exposes the $Session variable that was added in 2.8.2 Enterprise +- Community edition now exposes the $Session variable that was added in 2.8.2 Enterprise by [adamdriscoll](https://github.com/adamdriscoll) +- Added styling support to UD-Button by [BoSen29](https://github.com/BoSen29) ### Changed - -- Fixed issue with DarkRounded theme - https://github.com/ironmansoftware/universal-dashboard/issues/1467 -- Fixed issue with Azure theme - https://github.com/ironmansoftware/universal-dashboard/issues/1464 -- Fixed issue with non-Default themes throwing exceptions - https://github.com/ironmansoftware/universal-dashboard/issues/1471 +- Fixed issue with DarkRounded theme - https://github.com/ironmansoftware/universal-dashboard/issues/1467 by [adamdriscoll](https://github.com/adamdriscoll) +- Fixed issue with Azure theme - https://github.com/ironmansoftware/universal-dashboard/issues/1464 by [adamdriscoll](https://github.com/adamdriscoll) +- Fixed issue with non-Default themes throwing exceptions - https://github.com/ironmansoftware/universal-dashboard/issues/1471 by [adamdriscoll](https://github.com/adamdriscoll) ### Changed (Enterprise) -- Authorization policies can now be assigned to endpoints - https://github.com/ironmansoftware/universal-dashboard/issues/1442 +- Authorization policies can now be assigned to endpoints - https://github.com/ironmansoftware/universal-dashboard/issues/1442 by [adamdriscoll](https://github.com/adamdriscoll) ## 2.8.2 (1-20-2019)