Skip to content

Commit

Permalink
Update release-notes-0.18.5.md
Browse files Browse the repository at this point in the history
Additions for prs 8805 & 9242 along with corresponding contributors
  • Loading branch information
saubyk authored Feb 12, 2025
1 parent 7b29431 commit 2b3499a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/release-notes/release-notes-0.18.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
## RPC Additions

## lncli Additions

* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
now update the channel policy if the edge was not found in the graph
database if the `create_missing_edge` flag is set.

# Improvements
## Functional Updates
Expand All @@ -46,6 +48,10 @@

## Testing
## Database
* [Remove global application level lock for
Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB
transactions can run at once, increasing efficiency. Includes several bugfixes
to allow this to work properly.
## Code Health

* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454)
Expand All @@ -64,4 +70,7 @@

# Contributors (Alphabetical Order)

* Ziggie
* Ziggie
* Jesse de Wit
* Alex Akselrod
* Konstantin Nick

0 comments on commit 2b3499a

Please sign in to comment.