docs(finance): add CHANGELOG.md to the finance programs#106
Open
mikemaccana wants to merge 1 commit into
Open
Conversation
Only lending (both twins) and vault-strategy/anchor had a CHANGELOG. Add a minimal starter CHANGELOG to the remaining finance programs and Quasar twins (escrow, token-swap, perpetual-futures, token-fundraiser, order-book, betting-market, and vault-strategy/quasar) so every finance example has a place to record user-visible changes going forward. The README documents what each program does; the CHANGELOG doesn't repeat it.
dedcb1e to
383f06b
Compare
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.
Why
Only
lending(both twins) andvault-strategy/anchorhad aCHANGELOG.md. Give every finance example a place to record user-visible changes going forward.What
Adds a minimal starter
CHANGELOG.md(## 0.1.0 — Initial release.) to the 13 finance program dirs that lacked one:The entries are intentionally near-blank — the README documents what each program does, so the CHANGELOG doesn't repeat it; it just establishes the file and the initial version to append future changes under.
🤖 Generated with Claude Code