From 4c961c7dcda3ad031b20bb9c1ea9121bac1eee89 Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Fri, 17 Mar 2023 17:16:17 +0100 Subject: [PATCH] Corrected changelog --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29281028f..e1f5a0b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Export + - Fixed issue where the export would not run on Subscription Edition - SPTrustedRootAuthority - Added `-Recurse` flag to `Get-ChildItem` when setting certificate by Thumbprint. +- SPPublishServiceApplication + - Fixed issue where the Set method never did anything because it was checking incorrect + values ## [5.3.0] - 2022-11-15 @@ -24,14 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Export - - Fixed issue where the export would not run on Subscription Edition - SPInstallPrereqs - Fix issue where a failed VC++ upgrade results in two versions being present, which the code didn't handle properly -- SPPublishServiceApplication - - Fixed issue where the Set method never did anything because it was checking incorrect - values - SPShellAdmins - Fix issue where Get-SPDatabase could not be found - SPUserProfileServiceApp