Skip to content

Commit

Permalink
docs: Added release note for changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Ononiwu Maureen <[email protected]>
  • Loading branch information
Chinwendu20 committed Sep 18, 2023
1 parent aa0272a commit 8b98851
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/release-notes/release-notes-0.17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ None

* The [WalletBalance](https://github.com/lightningnetwork/lnd/pull/7857) RPC
(lncli walletbalance) now supports showing the balance for a specific account.

* Added [reverse bool](https://github.com/lightningnetwork/lnd/pull/7496) to
`GettransactionRequest` message.

## lncli Updates
* Added ability to use [environment variables to override `lncli` global
Expand All @@ -244,6 +247,11 @@ None
* Add [`--unused`](https://github.com/lightningnetwork/lnd/pull/6387) to
`lncli newaddr` command.

* Added [`--reverse`](https://github.com/lightningnetwork/lnd/pull/7496) to
`lncli listchaintxns` command. `lncli listchaintxns` now returns an error when
`start_height` is less than `end_height` if end_height is not -1 and when
`start_height` is not zero but end_height is -1.

## Code Health
* Updated [our fork for serializing protobuf as JSON to be based on the
latest version of `google.golang.org/protobuf` instead of the deprecated
Expand Down Expand Up @@ -342,6 +350,7 @@ None
* MG-ng
* Olaoluwa Osuntokun
* Oliver Gugger
* Ononiwu Maureen
* Pierre Beugnet
* Satarupa Deb
* Shaurya Arora
Expand Down

0 comments on commit 8b98851

Please sign in to comment.