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:
cyberguru1 2026-05-14 19:22:36 -05:00
parent 46c7495e41
commit 334a2adeb1
No known key found for this signature in database
GPG key ID: F0FB5ECF1A8786E6

View file

@ -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