Skip to content

Commit

Permalink
docs: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Dec 6, 2024
1 parent 1d9a7d2 commit b206c15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-notes/release-notes-0.13.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
especially useful in stateless-init mode where users will not have access to
a LiT macaroon to perform this call with.

* [Convert litrpc package into a module](https://github.com/lightninglabs/lightning-terminal/pull/823).

### Technical and Architectural Updates

* [Convert litrpc package into a module](https://github.com/lightninglabs/lightning-terminal/pull/823).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
network](https://github.com/lightninglabs/lightning-terminal/pull/902). This
can be done using the `--network=signet` config option.

* Add [custom channel
functionality](https://github.com/lightninglabs/lightning-terminal/pull/848)
to `litd`. Custom channels with Taproot Assets can now be created when `litd`
runs in integrated `lnd` mode (`lnd-mode=integrated`) with the Taproot Assets
daemon also running in integrated mode (`taproot-assets-mode=integrated`).

* [Add itest](https://github.com/lightninglabs/lightning-terminal/pull/892) for
the MinRelayFee check added in Taproot Assets. The test ensures that
transactions with fees below the minimum relay fee are rejected.

### Technical and Architectural Updates

## Integrated Binary Updates
Expand All @@ -51,4 +61,8 @@
# Contributors (Alphabetical Order)

* Elle Mouton
* Oliver Gugger
* George Tsagkarelis
* Gijs van Dam
* Jamal James
* Jonathan Harvey-Buschel
* Oliver Gugger

0 comments on commit b206c15

Please sign in to comment.