docs: move XCreateAccount release notes to 0.21.3 - #11091
Merged
ziggie1984 merged 1 commit intoAug 18, 2026
Merged
Conversation
XCreateAccount is being backported to the v0.21.x branch in lightningnetwork#11086, so its entries belong with the release that first ships it rather than with 0.22.0. This matches how the other changes backported to 0.21.3 (lightningnetwork#11035, lightningnetwork#11075, lightningnetwork#10869) are documented: their entries live only in the 0.21.3 notes, even though their code is on master and will also ship in 0.22.0. The entry text is moved verbatim. Elle Mouton is added to the 0.21.3 contributor list.
ellemouton
approved these changes
Aug 17, 2026
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.
XCreateAccount (#11065) is being backported to the
v0.21.xbranch in #11086, so its release notes entries belong with the release that first ships it.This moves both entries — the
walletrpc.XCreateAccountRPC addition and thewallet accounts createlncli addition — fromrelease-notes-0.22.0.mdtorelease-notes-0.21.3.md, verbatim.Elle Moutonis added to the 0.21.3 contributor list.This matches how every other change backported to 0.21.3 is documented. #11035, #11075 and #10869 all appear only in the 0.21.3 notes, never in the 0.22.0 notes, even though their code is on master and will therefore also ship in 0.22.0. #11065 was the sole exception, because at the time its notes were written the backport was not yet on the table.
Net effect is a pure move: 21 lines out of 0.22.0, the same 21 lines into 0.21.3, plus the one contributor line.
Merge order
Draft until #11086 lands. Until the backport merges, 0.21.3 does not actually contain the feature, so merging this first would have master claiming a feature for a release that does not have it. Ready to un-draft the moment #11086 is in.