From cce38525a0e69496f2cef234833a5834a6747d08 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 7 Dec 2023 16:41:17 +0100 Subject: [PATCH] Updated plugin SDK changelog --- src_plugin_sdk/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src_plugin_sdk/CHANGELOG.md b/src_plugin_sdk/CHANGELOG.md index f0bbbe9a7..a1c0f99a9 100644 --- a/src_plugin_sdk/CHANGELOG.md +++ b/src_plugin_sdk/CHANGELOG.md @@ -5,11 +5,13 @@ | :rotating_light: | Breaks build | | :warning: | Breaks compatibility with app | -## [latest](/) - 2023/12/06 +## [latest](/) - 2023/12/07 ### Fixed * standard\_plugin build ([this PR on the SDK](https://github.com/LedgerHQ/ledger-secure-sdk/pull/473) had broken it) +* Broken variant auto-setting in the standard\_plugin Makefile +* Missing null-check on parameters received by the plugins ### Changed