Skip to content

Commit

Permalink
docs/release-notes: shift prior 0.15.2 release to 0.15.3
Browse files Browse the repository at this point in the history
We also add an entry for the _new_ 0.15.2 hot fix release.
  • Loading branch information
Roasbeef committed Oct 10, 2022
1 parent b3dc56f commit 1c88484
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
36 changes: 3 additions & 33 deletions docs/release-notes/release-notes-0.15.2.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,10 @@
# Release Notes

## RPC/REST Server

- A `POST` URL mapping [was added to the REST version of the `QueryRoutes` call
(`POST /v1/graph/routes`)](https://github.com/lightningnetwork/lnd/pull/6926)
to make it possible to specify `route_hints` over REST.

## Bug Fixes

* [A bug has been fixed where the responder of a zero-conf channel could forget
about the channel after a hard-coded 2016 blocks.](https://github.com/lightningnetwork/lnd/pull/6998)

* [A bug where LND wouldn't send a ChannelUpdate during a channel open has
been fixed.](https://github.com/lightningnetwork/lnd/pull/6892)

* [A bug has been fixed that caused fee estimation to be incorrect for taproot
inputs when using the `SendOutputs` call.](https://github.com/lightningnetwork/lnd/pull/6941)

## Taproot

* [Add `p2tr` address type to account
import](https://github.com/lightningnetwork/lnd/pull/6966).

**NOTE** for users running a remote signing setup: A manual account import is
necessary when upgrading from `lnd v0.14.x-beta` to `lnd v0.15.x-beta`, see [the
remote signing documentation for more
details](../remote-signing.md#migrating-a-remote-signing-setup-from-014x-to-015x).

## Performance improvements

* [Refactor hop hint selection
algorithm](https://github.com/lightningnetwork/lnd/pull/6914)
* [A wire parsing bug has been fixed that would cause lnd to be unable _decode_
certain large blocks](https://github.com/lightningnetwork/lnd/pull/7004)

# Contributors (Alphabetical Order)

* Eugene Siegel
* Jordi Montes
* Oliver Gugger

* Olaoluwa Osuntokun
39 changes: 39 additions & 0 deletions docs/release-notes/release-notes-0.15.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Release Notes

## RPC/REST Server

- A `POST` URL mapping [was added to the REST version of the `QueryRoutes` call
(`POST /v1/graph/routes`)](https://github.com/lightningnetwork/lnd/pull/6926)
to make it possible to specify `route_hints` over REST.

## Bug Fixes

* [A bug has been fixed where the responder of a zero-conf channel could forget
about the channel after a hard-coded 2016 blocks.](https://github.com/lightningnetwork/lnd/pull/6998)

* [A bug where LND wouldn't send a ChannelUpdate during a channel open has
been fixed.](https://github.com/lightningnetwork/lnd/pull/6892)

* [A bug has been fixed that caused fee estimation to be incorrect for taproot
inputs when using the `SendOutputs` call.](https://github.com/lightningnetwork/lnd/pull/6941)

## Taproot

* [Add `p2tr` address type to account
import](https://github.com/lightningnetwork/lnd/pull/6966).

**NOTE** for users running a remote signing setup: A manual account import is
necessary when upgrading from `lnd v0.14.x-beta` to `lnd v0.15.x-beta`, see [the
remote signing documentation for more
details](../remote-signing.md#migrating-a-remote-signing-setup-from-014x-to-015x).

## Performance improvements

* [Refactor hop hint selection
algorithm](https://github.com/lightningnetwork/lnd/pull/6914)

# Contributors (Alphabetical Order)

* Eugene Siegel
* Jordi Montes
* Oliver Gugger

0 comments on commit 1c88484

Please sign in to comment.