diff --git a/src_plugin_sdk/CHANGELOG.md b/src_plugin_sdk/CHANGELOG.md index d01453e..f0bbbe9 100644 --- a/src_plugin_sdk/CHANGELOG.md +++ b/src_plugin_sdk/CHANGELOG.md @@ -5,7 +5,25 @@ | :rotating_light: | Breaks build | | :warning: | Breaks compatibility with app | -## [latest](/) - 2023/10/19 +## [latest](/) - 2023/12/06 + +### Fixed + +* standard\_plugin build ([this PR on the SDK](https://github.com/LedgerHQ/ledger-secure-sdk/pull/473) had broken it) + +### Changed + +* utils renamed to plugin\_utils to prevent filename conflicts in plugins + +## [4d8e044](/../../commit/4d8e044) - 2023/11/09 + +### Added + +* 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