From 715d2f08fd682bcf085778445d39b3a8c94c57cd Mon Sep 17 00:00:00 2001 From: Liviu Date: Tue, 21 Dec 2021 22:08:24 -0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.15.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 6d6b209b3..e2f26e76a 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -19,6 +19,10 @@ * [Allow disabling migrations if the database backend passed to `channeldb` was opened in read-only mode](https://github.com/lightningnetwork/lnd/pull/6084). +* [Disable compiler optimizations](https://github.com/lightningnetwork/lnd/pull/6105) + when building `lnd-debug` and `lncli-debug`. It helps when stepping through the code + with a debugger like Delve. + ## RPC Server * [Add value to the field @@ -41,4 +45,5 @@ * Andreas Schjønhaug * Daniel McNally * ErikEk +* Liviu * Torkel Rogstad