Skip to content

Commit

Permalink
docs: add release notes.
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Bansal <[email protected]>
  • Loading branch information
NishantBansal2003 committed Jan 13, 2025
1 parent 80b90d7 commit 2999a81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@
now update the channel policy if the edge was not found in the graph
database if the `create_missing_edge` flag is set.

* [Added](https://github.com/lightningnetwork/lnd/pull/9390) `scid_str`, a
string representation of `chan_id` in the format
(`block x transaction x output`). This update replaces `chan_id` with `scid`,
`channel_point` with `chan_point`, and includes `chan_id` to align with the
BOLT-2 Peer Protocol specification for standardized channel identification in
the `lncli listchannels` output.

# Improvements
## Functional Updates

Expand Down Expand Up @@ -274,6 +281,7 @@ The underlying functionality between those two options remain the same.
* hieblmi
* Jesse de Wit
* Keagan McClelland
* Nishant Bansal
* Oliver Gugger
* Pins
* Viktor Tigerström
Expand Down

0 comments on commit 2999a81

Please sign in to comment.