Skip to content

ReleaseNotesView.showPatchNotes method

ReleaseNotesView › showPatchNotes

Unofficial

Display the patch notes for a specific version.

Signature:

showPatchNotes(e: unknown, version: string): Promise<unknown>

Parameters:

ParameterTypeDescription
eunknownThe event or trigger.
versionstringThe version to display patch notes for.

Returns: Promise<unknown>The result of rendering the patch notes.