ReleaseNotesView.showPatchNotes method
ReleaseNotesView › showPatchNotes
Unofficial
Display the patch notes for a specific version.Signature:
showPatchNotes(e: unknown, version: string): Promise<unknown>Parameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The event or trigger. |
| version | string | The version to display patch notes for. |
Returns: Promise<unknown> — The result of rendering the patch notes.