From 95e289c6fa5b8dfd8f42be9ef6704b5dd0a327df Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 8 Nov 2024 09:15:58 +0100 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.13.7.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/release-notes/release-notes-0.13.7.md diff --git a/docs/release-notes/release-notes-0.13.7.md b/docs/release-notes/release-notes-0.13.7.md new file mode 100644 index 000000000..4a983ada8 --- /dev/null +++ b/docs/release-notes/release-notes-0.13.7.md @@ -0,0 +1,42 @@ +# Release Notes + +- [Lightning Terminal](#lightning-terminal) + - [Bug Fixes](#bug-fixes) + - [Functional Changes/Additions](#functional-changesadditions) + - [Technical and Architectural Updates](#technical-and-architectural-updates) +- [Integrated Binary Updates](#integrated-binary-updates) + - [LND](#lnd) + - [Loop](#loop) + - [Pool](#pool) + - [Faraday](#faraday) + - [Taproot Assets](#taproot-assets) +- [Contributors](#contributors-alphabetical-order) + +## Lightning Terminal + +### Bug Fixes + +* [Disable the `GRPC` internal low-level connection logger by + default](https://github.com/lightninglabs/lightning-terminal/pull/896). + It can still be enabled by adding `,GRPC=info` at the end of the + `lnd.debuglevel` or `remote.lit-debuglevel` configuration options. + +### Functional Changes/Additions + +### Technical and Architectural Updates + +## Integrated Binary Updates + +### LND + +### Loop + +### Pool + +### Faraday + +### Taproot Assets + +# Contributors (Alphabetical Order) + +- Oliver Gugger \ No newline at end of file