Skip to content

docs: add a CHANGELOG.md to every example program#106

Open
mikemaccana wants to merge 1 commit into
mainfrom
claude/finance-changelogs
Open

docs: add a CHANGELOG.md to every example program#106
mikemaccana wants to merge 1 commit into
mainfrom
claude/finance-changelogs

Conversation

@mikemaccana

@mikemaccana mikemaccana commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Why

Only a handful of programs (lending, vault-strategy, and the finance twins) had a CHANGELOG.md. Give every example program one, so each has a place to record user-visible changes going forward — the same way every program has a README.

What

Adds a CHANGELOG.md to every program flavor dir (anchor, quasar, native, pinocchio) across basics, tokens, compression, and finance that lacked one — 102 files.

Each entry just marks when changelog tracking began — the programs predate the file, so it doesn't claim an "initial release"; earlier history lives in git:

# Changelog

## 2026-07-07

Added this changelog. Changes prior to this date were tracked in git history only.

The README documents what each program does, so the CHANGELOG doesn't repeat it.

🤖 Generated with Claude Code

@mikemaccana mikemaccana force-pushed the claude/finance-changelogs branch 2 times, most recently from 383f06b to 68511a7 Compare July 7, 2026 21:41
Every program flavor (anchor, quasar, native, pinocchio, ...) across basics,
tokens, compression, and finance now has a CHANGELOG.md, so each has a place to
record user-visible changes going forward. Only a handful (lending, vault-strategy,
and the finance twins added earlier) had one before.

Each entry just marks when changelog tracking began; earlier history lives in
git. The README documents what each program does, so the CHANGELOG doesn't
repeat it.
@mikemaccana mikemaccana force-pushed the claude/finance-changelogs branch from 68511a7 to e2d664b Compare July 7, 2026 21:47
@mikemaccana mikemaccana changed the title docs(finance): add CHANGELOG.md to the finance programs docs: add a CHANGELOG.md to every example program Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants