Get-PnPChangeLog
SYNOPSIS
Returns the changelog for PnP PowerShell
SYNTAX
Get-PnPChangeLog [-Nightly]
DESCRIPTION
This cmdlets returns the changelog in markdown format. It is retrieved dynamically from GitHub.
EXAMPLES
EXAMPLE 1
Get-PnPChangeLog
Returns the changelog for the currently released version.
EXAMPLE 2
Get-PnPChangeLog -Nightly
Returns the changelog for the current nightly build.
PARAMETERS
-Nightly
Return the changelog for the nightly build
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False