docs: catch up the public changelog through Sept 8 - #17
Merged
Conversation
Entries for everything shipped since the last changelog update (Sept 1): the Lite plan, the snapshot-caching fix that makes large stores load noticeably faster, the About/Terms/Privacy pages, the magic-link sign-in fix, the order-confirmation payment-gating fix, the broadcast media fix, and the changelog page itself. Left out on purpose, matching this file's own stated policy: internal Jira-workflow documentation and the WhatsApp Cloud API pilot page (neither is part of the product a customer sees). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Five real shipped changes this week landed across five separate PRs with none of them touching src/lib/marketing/changelog.ts -- it took a dedicated catch-up pass (this PR) to notice and close the gap. Same failure shape as README.md's stale "Vercel Cron" claim: drifts silently until someone happens to check. CLAUDE.md is just `@AGENTS.md` (an include, nothing else in the file), so this is the only file that needs the rule. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds changelog entries for everything shipped since the last update (Sept 1): the Lite plan (PUL-24), the snapshot-caching fix (PUL-22), the About/Terms/Privacy pages (PUL-21), the magic-link sign-in fix, the order-confirmation payment gate (PUL-11), the broadcast media fix (PUL-12), and the changelog page itself.
Left out, per the file's own stated policy: internal Jira-workflow docs and the WhatsApp Cloud API pilot page (not customer-facing).
Test plan
npm run typecheck/npm run lint— clean/changelogrenders all new entries in the right order and voiceCo-Authored-By: Claude Sonnet 5 noreply@anthropic.com