App.showReleaseNotes method
App › showReleaseNotes
Unofficial
Show the release notes for provided version as a new leaf.Signature:
showReleaseNotes(version?: string | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| version? | string | undefined | Version to show release notes for (defaults to current version). |
Returns: void