We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac10e02 commit 357fd89Copy full SHA for 357fd89
src/app/(app)/claw/components/changelog-data.ts
@@ -10,6 +10,12 @@ export type ChangelogEntry = {
10
11
// Newest entries first. Developers add new entries to the top of this array.
12
export const CHANGELOG_ENTRIES: ChangelogEntry[] = [
13
+ {
14
+ date: '2026-04-01',
15
+ description: 'Updated OpenClaw to 2026.3.24.',
16
+ category: 'feature',
17
+ deployHint: 'upgrade_required',
18
+ },
19
{
20
date: '2026-03-31',
21
description:
0 commit comments