From cc21ae15024c7a8ff91dfe28a89d94f6bd5583a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Sun, 27 Mar 2022 02:26:49 +0400 Subject: [PATCH] Add info about `macos` and `apple` Makefile tasks to 0.15.0 release notes --- docs/release-notes/release-notes-0.15.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index bab8a0a2b..483b70327 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -120,6 +120,15 @@ then watch it on chain. Taproot script spends are also supported through the specifies the maximum duration it allows for a remote peer to respond to a locally initiated commitment update. +* [`macos` and `apple` Makefile tasks have been added.](https://github.com/lightningnetwork/lnd/pull/6373) + + The `macos` task uses `gomobile` to build an `XCFramework` that can be used to + embed lnd to macOS apps, similar to how the `ios` task builds for iOS. + + The `apple` task uses `gomobile` to build an `XCFramework` that can be used to + embed lnd to both iOS and macOS apps. + + ## RPC Server * [Add value to the field @@ -213,6 +222,7 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com * Daniel McNally * ErikEk * Eugene Siegel +* Hampus Sjöberg * henta * Joost Jager * Jordi Montes