From b78a8b2aaef246c53d251c46cbaafe72c10ee7da Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Thu, 4 May 2023 07:39:01 +0200 Subject: [PATCH] Fix CHANGELOG.md --- CHANGELOG.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ec10830..114a5acfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SqlServerDsc - Temporary disable integration tests for dbatools. +- SqlAg + - Added optional parameter `SeedingMode` that will set the SeedingMode for the + SQL Server 2016 and higher. This parameter can only be used together with the + module _SqlServer_ installed (tested v21.0.17099). The parameter will be + ignored if SQLPS module will be used. +- SqlAgReplica + - Added optional parameter `SeedingMode` that will set the SeedingMode for the + SQL Server 2016 and higher ([issue #487](https://github.com/dsccommunity/SqlServerDsc/issues/487)). + This parameter can only be used together with the module _SqlServer_ installed + (tested v21.0.17099). The parameter will be ignored if SQLPS module will be + used. ## [16.3.0] - 2023-04-26 @@ -77,17 +88,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 is not passed. - `Import-SqlDscPreferredModule` - Better handle preferred module and re-uses logic in `Get-SqlDscPreferredModule`. -- SqlAg - - Added optional parameter `SeedingMode` that will set the SeedingMode for the - SQL Server 2016 and higher. This parameter can only be used together with the - module _SqlServer_ installed (tested v21.0.17099). The parameter will be - ignored if SQLPS module will be used. -- SqlAgReplica - - Added optional parameter `SeedingMode` that will set the SeedingMode for the - SQL Server 2016 and higher ([issue #487](https://github.com/dsccommunity/SqlServerDsc/issues/487)). - This parameter can only be used together with the module _SqlServer_ installed - (tested v21.0.17099). The parameter will be ignored if SQLPS module will be - used. ## [16.2.0] - 2023-04-10