mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: add release notes for removal of deprecated new_balance
Document new_balance removal, expiration date defaulting fixes, and updated contributors.
This commit is contained in:
parent
46c7495e41
commit
334a2adeb1
1 changed files with 12 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
without negotiated ALPN, restoring LNC session establishment and the
|
||||
`lnc_auth` flow after the `grpc-go` `v1.67.0` upgrade.
|
||||
|
||||
* [Fix default account update expiration](https://github.com/lightninglabs/lightning-terminal/pull/1303):
|
||||
Fixed a bug in the `litcli accounts update` command where omitting the new
|
||||
expiration date would overwrite it to 0 (never expires). It now correctly
|
||||
defaults to -1 (no change).
|
||||
|
||||
### Functional Changes/Additions
|
||||
|
||||
* [Show asset information on
|
||||
|
|
@ -33,6 +38,12 @@
|
|||
Added the ability to rename off-chain accounts using the `litcli accounts
|
||||
update` command with a new `--new_label` flag.
|
||||
|
||||
* [Removal of deprecated `--new_balance`](https://github.com/lightninglabs/lightning-terminal/pull/1303):
|
||||
Removed the deprecated `--new_balance` flag and positional parameter logic from
|
||||
the `litcli accounts update` command. Users should instead use the
|
||||
`litcli accounts update debit` and `litcli accounts update credit` commands
|
||||
to modify an account's balance.
|
||||
|
||||
### Technical and Architectural Updates
|
||||
|
||||
## RPC Updates
|
||||
|
|
@ -52,4 +63,5 @@
|
|||
# Contributors (Alphabetical Order)
|
||||
|
||||
* Boris Nagaev
|
||||
* Cyberguru1
|
||||
* darioAnongba
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue