From 2b9787b43a40a4366c581c289550790b64fffdd2 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 4 Jul 2022 11:18:37 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.15.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index 20043e124..014874953 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -62,6 +62,15 @@ * [Migrate instances of assert.NoError to require.NoError](https://github.com/lightningnetwork/lnd/pull/6636). +### Tooling and documentation + +* An [`.editorconfig` file was + added](https://github.com/lightningnetwork/lnd/pull/6681) to autoconfigure + most text editors to respect the 80 character line length and to use 8 spaces + as the tab size. Rules for Visual Studio Code were also added. And finally, + the code formatting rules were extracted into their [own + document](../code_formatting_rules.md). + # Contributors (Alphabetical Order) * Carsten Otto