Skip to content

Commit eb8c786

Browse files
authored
Update CHANGELOG.md
1 parent 530d306 commit eb8c786

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1717
- Added support for `-FederatedIdentity` in `Connect-PnPOnline` to support Federated Identity.
1818
- Added support for SSO in WSL (Windows Subsystem for Linux) and Linux distributions. You can now use `Connect-PnPOnline` with `-OSLogin` which helps with more secure auth such as FIDO, Conditional Access policies etc.
1919
- Added `Get-PnPPowerAppPermission` cmdlet to retrieve the permissions for a specific Power App [#5030](https://github.com/pnp/powershell/pull/5030)
20+
- Added `-Batch` parameter to `Add-PnPFileSensitivityLabel` cmdlet to allow bulk updates for file sensitivity labels.
21+
- Added `-ZoneReflowStrategy` parameter in `Add-PnPPageSection` cmdlet to support flexible layout behavior in mobile views.
22+
- Added `-KnowledgeAgentEnabled` and `-KnowledgeAgentSelectedSitesList` parameter to `Set-PnPTenant` cmdlets to support knowledge agents.
23+
- Added `-Force` parameter to `Remove-PnPTerm` cmdlet to remove terms without confirmation.
2024

2125
### Changed
2226
- Improved `Get-PnPTerm` cmdlet to show a better error message. [#4933](https://github.com/pnp/powershell/pull/4933)
2327
- **PnP PowerShell now requires PowerShell 7.4.0 or newer**
2428
- Improved `Connect-PnPOnline` with `-DeviceLogin` flow, now we don't require users to specify `-Tenant` parameter, it will be automatically added if not specified.
29+
- Improved `Restore-PnPRecycleBinItem` cmdlet to better handle throttling.
2530

2631
### Fixed
2732
- Fix `Set-PnPView -Aggregations` parameter not showing aggregations in SharePoint online. [#4868](https://github.com/pnp/powershell/pull/4868)
@@ -44,6 +49,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4449

4550
### Contributors
4651

52+
- Irving [irvcov]
4753
- Koen Zomers [koenzomers]
4854
- Janne Holm [jhholm]
4955
- Marc D Anderson [sympmarc]

0 commit comments

Comments
 (0)