changelog

This commit is contained in:
Prospector
2026-01-30 13:05:32 -08:00
parent cefa7b90ed
commit 5a33d462f6

View File

@@ -10,6 +10,13 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2026-01-30T13:10:00-08:00`,
product: 'web',
body: `## Improvements
- Fixed more version caching issues.
- Disabled indexing on many non-public pages.`,
},
{ {
date: `2026-01-30T08:00:00-08:00`, date: `2026-01-30T08:00:00-08:00`,
product: 'web', product: 'web',