Skip to content

Commit 68105be

Browse files
authored
Merge pull request #9507 from saubyk/18.5-releasenotes-patch
Update release-notes-0.18.5.md
2 parents 319a0ee + 5b93ab6 commit 68105be

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

docs/release-notes/release-notes-0.18.5.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
## RPC Additions
3131

3232
## lncli Additions
33-
33+
* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
34+
now update the channel policy if the edge was not found in the graph
35+
database if the `create_missing_edge` flag is set.
3436

3537
# Improvements
3638
## Functional Updates
@@ -46,8 +48,15 @@
4648

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

57+
* [Golang was updated to
58+
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
59+
5160
* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454)
5261
by returning a custom error code when HTLC carries incorrect custom records.
5362

@@ -64,4 +73,7 @@
6473

6574
# Contributors (Alphabetical Order)
6675

67-
* Ziggie
76+
* Ziggie
77+
* Jesse de Wit
78+
* Alex Akselrod
79+
* Konstantin Nick

docs/release-notes/release-notes-0.19.0.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@
131131
* The `lncli wallet fundpsbt` command now has a [`--max_fee_ratio` argument to
132132
specify the max fees to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600)
133133

134-
* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
135-
now update the channel policy if the edge was not found in the graph
136-
database if the `create_missing_edge` flag is set.
137-
138134
* [Enhance](https://github.com/lightningnetwork/lnd/pull/9390) the
139135
`lncli listchannels` output by adding the human readable short
140136
channel id and the channel id defined in BOLT02. Moreover change
@@ -252,9 +248,6 @@ The underlying functionality between those two options remain the same.
252248
* [Abstraction of graph](https://github.com/lightningnetwork/lnd/pull/9480)
253249
access for autopilot.
254250

255-
* [Golang was updated to
256-
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
257-
258251
* Move funding transaction validation to the gossiper
259252
[1](https://github.com/lightningnetwork/lnd/pull/9476)
260253
[2](https://github.com/lightningnetwork/lnd/pull/9477)
@@ -318,11 +311,6 @@ The underlying functionality between those two options remain the same.
318311
store](https://github.com/lightningnetwork/lnd/pull/9001) so that results are
319312
namespaced. All existing results are written to the "default" namespace.
320313

321-
* [Remove global application level lock for
322-
Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB
323-
transactions can run at once, increasing efficiency. Includes several bugfixes
324-
to allow this to work properly.
325-
326314
* [Migrate KV invoices to
327315
SQL](https://github.com/lightningnetwork/lnd/pull/8831) as part of a larger
328316
effort to support SQL databases natively in LND.
@@ -365,7 +353,6 @@ The underlying functionality between those two options remain the same.
365353
# Contributors (Alphabetical Order)
366354

367355
* Abdullahi Yunus
368-
* Alex Akselrod
369356
* Andras Banki-Horvath
370357
* Animesh Bilthare
371358
* Boris Nagaev
@@ -374,7 +361,6 @@ The underlying functionality between those two options remain the same.
374361
* Elle Mouton
375362
* George Tsagkarelis
376363
* hieblmi
377-
* Jesse de Wit
378364
* Keagan McClelland
379365
* Nishant Bansal
380366
* Oliver Gugger

0 commit comments

Comments
 (0)