Skip to content

Commit 9679842

Browse files
docs: fix CHANGELOG entries for v0.3.0 (#36)
## What - Move PR #34 (`feePayer` channel signer refactor) from `[Unreleased]` into the `0.3.0 / Changed` section where it belongs - Add missing PR #35 (draft-stellar-charge-00 spec references) under a new `0.3.0 / Added` section ## Why The last two commits landed on `main` after the `0.3.0` changelog section was drafted, leaving #34 stranded under `[Unreleased]` and #35 absent entirely. This PR corrects the record so the changelog accurately reflects the full 0.3.0 release. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 27dd19c commit 9679842

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nest channel server `signer` + `feeBumpSigner` into `feePayer: { envelopeSigner, feeBumpSigner? }` to match charge server convention [#34](https://github.com/stellar/stellar-mpp-sdk/pull/34)
10+
### Fixed
11+
12+
- Fix CHANGELOG entries for v0.3.0 ([#36](https://github.com/stellar/stellar-mpp-sdk/pull/36))
1113

1214
## [0.3.0] - 2026-03-31
1315

16+
### Added
17+
18+
- Add [draft-stellar-charge-00](https://paymentauth.org/draft-stellar-charge-00) spec references to README, JSDoc, and charge-flow diagram; fix diagram for spec compliance [#35](https://github.com/stellar/stellar-mpp-sdk/pull/35)
19+
1420
### Changed
1521

1622
- Align fee-bump transaction handling with the spec and restructure server signer configuration (`feePayer`) to match cross-chain conventions [#33](https://github.com/stellar/stellar-mpp-sdk/pull/33)
23+
- Nest channel server `signer` + `feeBumpSigner` into `feePayer: { envelopeSigner, feeBumpSigner? }` to match charge server convention [#34](https://github.com/stellar/stellar-mpp-sdk/pull/34)
1724

1825
## [0.2.1] - 2026-03-30
1926

NOTES_PR.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Draft Pull Request
2+
3+
**Base branch:** main
4+
5+
## Title
6+
7+
docs: fix CHANGELOG entries for v0.3.0
8+
9+
## What
10+
11+
- Move PR #34 (`feePayer` channel signer refactor) from `[Unreleased]` into the `0.3.0 / Changed` section where it belongs
12+
- Add missing PR #35 (draft-stellar-charge-00 spec references) under a new `0.3.0 / Added` section
13+
14+
## Why
15+
16+
The last two commits landed on `main` after the `0.3.0` changelog section was drafted, leaving #34 stranded under `[Unreleased]` and #35 absent entirely. This PR corrects the record so the changelog accurately reflects the full 0.3.0 release.

0 commit comments

Comments
 (0)