Release notes for 1.12.6b

This commit is contained in:
Mr. M 2025-05-19 01:41:39 +02:00
parent db9f4ae152
commit acde3d1c04
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18
13 changed files with 324 additions and 248 deletions

View file

@ -13,8 +13,9 @@ export interface ReleaseNote {
version: string
date?: string // optional for twilight
extra?: string
image?: boolean
fixes?: Fix[]
security?: string
knownIssues?: string[]
features?: string[]
breakingChanges?: BreakingChange[]
themeChanges?: string[]