-
Notifications
You must be signed in to change notification settings - Fork 419
Add release notes and bump version for 0.1.3 #3759
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
Add release notes and bump version for 0.1.3 #3759
Conversation
👋 I see @jkczyz was un-assigned. |
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
✅ Added second reviewer: @jkczyz |
✅ Added second reviewer: @wpaulino |
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.
Verified that all cherry-picks are in the changelog.
CHANGELOG.md
Outdated
# 0.1.3 - Apr 30, 2025 - "Routing Unicode in 2025" | ||
|
||
## Bug Fixes | ||
* `Event::InvoiceRecieved` is now only generated once for each `Bolt12Invoice` |
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.
PR desc says it is specifically when manually_handle_bolt12_invoice
is enabled. But statement as it is true too then.
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.
Recieved -> Received
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.
Sure, InvoiceReceived
is only generated if manually_handle_bolt12_invoice
is set :).
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.
Trying to make the best of a changelog review...
ccd9444
to
0edff53
Compare
Fixed the typo Joost caught :( |
$ git diff-tree -U1 ccd94445c 0edff530e
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d7c9d5d6..80652dcb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,3 @@
## Bug Fixes
- * `Event::InvoiceRecieved` is now only generated once for each `Bolt12Invoice`
+ * `Event::InvoiceReceived` is now only generated once for each `Bolt12Invoice`
received matching a pending outbound payment. Previously it would be provided |
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.
LGTM
No description provided.