Add 0.5.35 changelog

This commit is contained in:
ekko
2026-05-23 10:41:24 +08:00
committed by ekko
parent 4092962db3
commit f5846521e0
10 changed files with 86 additions and 0 deletions
+14
View File
@@ -5,6 +5,20 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.35',
date: '2026-05-23',
changes: [
'changelog.new_0_5_35_1',
'changelog.new_0_5_35_2',
'changelog.new_0_5_35_3',
'changelog.new_0_5_35_4',
'changelog.new_0_5_35_5',
'changelog.new_0_5_35_6',
'changelog.new_0_5_35_7',
'changelog.new_0_5_35_8',
],
},
{
version: '0.5.34',
date: '2026-05-22',