Add 0.5.26 changelog (#809)

This commit is contained in:
ekko
2026-05-17 10:09:25 +08:00
committed by GitHub
parent 53f0301da4
commit bcfc5053c4
11 changed files with 127 additions and 1 deletions
+18
View File
@@ -5,6 +5,24 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.26',
date: '2026-05-17',
changes: [
'changelog.new_0_5_26_1',
'changelog.new_0_5_26_2',
'changelog.new_0_5_26_3',
'changelog.new_0_5_26_4',
'changelog.new_0_5_26_5',
'changelog.new_0_5_26_6',
'changelog.new_0_5_26_7',
'changelog.new_0_5_26_8',
'changelog.new_0_5_26_9',
'changelog.new_0_5_26_10',
'changelog.new_0_5_26_11',
'changelog.new_0_5_26_12',
],
},
{
version: '0.5.25',
date: '2026-05-16',