Skip to content

Commit 714245f

Browse files
committed
docs: add release notes
1 parent 2dec31a commit 714245f

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

docs/release-notes/release-notes-0.13.5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
especially useful in stateless-init mode where users will not have access to
3030
a LiT macaroon to perform this call with.
3131

32+
* [Convert litrpc package into a module](https://github.com/lightninglabs/lightning-terminal/pull/823).
33+
3234
### Technical and Architectural Updates
3335

3436
* [Convert litrpc package into a module](https://github.com/lightninglabs/lightning-terminal/pull/823).
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Release Notes
2+
3+
- [Lightning Terminal](#lightning-terminal)
4+
- [Bug Fixes](#bug-fixes)
5+
- [Functional Changes/Additions](#functional-changesadditions)
6+
- [Technical and Architectural Updates](#technical-and-architectural-updates)
7+
- [Integrated Binary Updates](#integrated-binary-updates)
8+
- [LND](#lnd)
9+
- [Loop](#loop)
10+
- [Pool](#pool)
11+
- [Faraday](#faraday)
12+
- [Taproot Assets](#taproot-assets)
13+
- [Contributors](#contributors-alphabetical-order)
14+
15+
## Lightning Terminal
16+
17+
### Bug Fixes
18+
19+
### Functional Changes/Additions
20+
21+
* Add [custom channel
22+
functionality](https://github.com/lightninglabs/lightning-terminal/pull/848)
23+
to `litd`. Custom channels with Taproot Assets can now be created when `litd`
24+
runs in integrated `lnd` mode (`lnd-mode=integrated`) with the Taproot Assets
25+
daemon also running in integrated mode (`taproot-assets-mode=integrated`).
26+
27+
* [Add itest](https://github.com/lightninglabs/lightning-terminal/pull/892) for
28+
the MinRelayFee check added in Taproot Assets. The test ensures that
29+
transactions with fees below the minimum relay fee are rejected.
30+
31+
### Technical and Architectural Updates
32+
33+
## Integrated Binary Updates
34+
35+
### LND
36+
37+
### Loop
38+
39+
### Pool
40+
41+
### Faraday
42+
43+
### Taproot Assets
44+
45+
46+
47+
# Contributors (Alphabetical Order)
48+
49+
* George Tsagkarelis
50+
* Gijs van Dam
51+
* Jamal James
52+
* Jonathan Harvey-Buschel
53+
* Oliver Gugger

0 commit comments

Comments
 (0)