We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55936d commit 5d3b476Copy full SHA for 5d3b476
src/pages/more/changes.tsx
@@ -96,7 +96,7 @@ export const changes = (
96
<WillowRssItem
97
title="A lot of everything"
98
name="big_update_2025"
99
- date={new Date(2025, 10, 23)}
+ date={new Date(2025, 9, 26)}
100
>
101
<P>
102
In the past year we built up a tremendous reservoir of
@@ -374,7 +374,7 @@ export const changes = (
374
375
title="Changes to Confidential Sync and Drop Format"
376
name="big_changes_2025"
377
378
379
380
We have made sweeping (and breaking) changes to{" "}
0 commit comments