docs: update release notes

This commit is contained in:
Oliver Gugger
2022-03-22 14:48:43 +01:00
parent 9ecc439266
commit 58a47845c1

View File

@@ -86,8 +86,11 @@
* [The `tlv` package was refactored into its own Golang
submodule](https://github.com/lightningnetwork/lnd/pull/6283).
* [The `tor` package was refactored into its own Golang
submodule](https://github.com/lightningnetwork/lnd/pull/6350).
* The `tor` package was refactored into its own Golang submodule and a new
process for changing and tagging submodules was introduced in a series of
3 PRs ([#6350](https://github.com/lightningnetwork/lnd/pull/6350),
[#6355](https://github.com/lightningnetwork/lnd/pull/6350) and
[#6356](https://github.com/lightningnetwork/lnd/pull/6356)).
* [Source repository can now be specified for Docker image builds](https://github.com/lightningnetwork/lnd/pull/6300)