-
Notifications
You must be signed in to change notification settings - Fork 42
chore: Prepare CHANGELOG.md for 6.0.0 release #966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR prepares the CHANGELOG.md for the 6.0.0 release by organizing and correcting the unreleased changes section. The changes ensure accurate communication of release changes and fix a PR reference error.
- Fixed incorrect PR reference (#930 → #931) for HTML validation fix
- Added nested entry for
--env-filecommand line argument under Launch Wizard feature - Introduced new "Security and Dependencies" section consolidating 6 dependency bump entries
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Added | ||
|
|
||
| - Add Launch Wizard through `make setup` command to simplify initial setup and mainnet configuration for docker compose [#875](https://github.com/stellar/stellar-disbursement-platform-backend/pull/875) | ||
| - Add `--env-file` command line argument to support multiple environment file contexts [#963](https://github.com/stellar/stellar-disbursement-platform-backend/pull/963) |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Trailing whitespace detected at the end of this line. Consider removing it for cleaner formatting.
| - Add `--env-file` command line argument to support multiple environment file contexts [#963](https://github.com/stellar/stellar-disbursement-platform-backend/pull/963) | |
| - Add `--env-file` command line argument to support multiple environment file contexts [#963](https://github.com/stellar/stellar-disbursement-platform-backend/pull/963) |
|
stellar-disbursement-platform-backend-preview is available here: |
4315155 to
86573b8
Compare
|
stellar-disbursement-platform-backend-preview is available here: |
What
Review and fix changelog.md
Why
Communicate release changes accurately.