diff --git a/src_plugin_sdk/CHANGELOG.md b/src_plugin_sdk/CHANGELOG.md index d01453e61e..20388f6683 100644 --- a/src_plugin_sdk/CHANGELOG.md +++ b/src_plugin_sdk/CHANGELOG.md @@ -5,7 +5,21 @@ | :rotating_light: | Breaks build | | :warning: | Breaks compatibility with app | -## [latest](/) - 2023/10/19 +## [latest](/) - 2023/12/06 + +### Fixed + +* Compatibility of the standard\_plugin Makefile with the new [ledger\_assert](https://github.com/LedgerHQ/ledger-secure-sdk/pull/473) (could not compile since its merge) + +## [4d8e044](/../../commit/4d8e044) - 2023/11/09 + +### Added + +* A new standard\_plugin Makefile so plugins can use it & have a really small +Makefile with only the relevant information +* Comments in the plugin interface header file + +## [1fe4085](/../../commit/1fe4085) - 2023/10/19 ### Changed