diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index aa90df90..110ebf15 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -33,13 +33,6 @@ expiration date would overwrite it to 0 (never expires). It now correctly defaults to -1 (no change). -* [Gate wallet-ready status on lnd's actual RPC - readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353): - Fixed a startup race where litd could report the LND sub-server as "Wallet - Ready" before lnd's RPC interceptor had actually left its - `WAITING_TO_START` state, so the very next call could still fail with - `rpc error: ... waiting to start`. - ### Functional Changes/Additions * [Support for SQL database @@ -100,10 +93,6 @@ ### Technical and Architectural Updates -* [Report litd's own version for `litd - -V`](https://github.com/lightninglabs/lightning-terminal/pull/1337): The `-V` - flag now prints litd's version instead of the integrated lnd version. - ## RPC Updates ## Integrated Binary Updates diff --git a/docs/release-notes/release-notes-0.17.1.md b/docs/release-notes/release-notes-0.17.1.md new file mode 100644 index 00000000..6627288e --- /dev/null +++ b/docs/release-notes/release-notes-0.17.1.md @@ -0,0 +1,51 @@ +# Release Notes + +- [Lightning Terminal](#lightning-terminal) + - [Bug Fixes](#bug-fixes) + - [Functional Changes/Additions](#functional-changesadditions) + - [Technical and Architectural Updates](#technical-and-architectural-updates) +- [Integrated Binary Updates](#integrated-binary-updates) + - [LND](#lnd) + - [Loop](#loop) + - [Pool](#pool) + - [Faraday](#faraday) + - [Taproot Assets](#taproot-assets) +- [Contributors](#contributors-alphabetical-order) + +## Lightning Terminal + +### Bug Fixes + +* [Gate wallet-ready status on lnd's actual RPC + readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353): + Fixed a startup race where litd could report the LND sub-server as "Wallet + Ready" before lnd's RPC interceptor had actually left its + `WAITING_TO_START` state, so the very next call could still fail with + `rpc error: ... waiting to start`. + +### Functional Changes/Additions + +### Technical and Architectural Updates + +* [Report litd's own version for `litd + -V`](https://github.com/lightninglabs/lightning-terminal/pull/1337): The `-V` + flag now prints litd's version instead of the integrated lnd version. + +## RPC Updates + +## Integrated Binary Updates + +### LND + +### Loop + +### Pool + +### Faraday + +### Taproot Assets + +# Contributors (Alphabetical Order) + +* 0xfandom +* bitromortac