From 49f6fb4b213423a07a76a8c147a1ff97baddfaa0 Mon Sep 17 00:00:00 2001 From: Tensor Date: Thu, 7 Mar 2024 01:30:12 -0500 Subject: [PATCH] add .change file. --- .changes/runner_api.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changes/runner_api.md diff --git a/.changes/runner_api.md b/.changes/runner_api.md new file mode 100644 index 000000000..9be3b854b --- /dev/null +++ b/.changes/runner_api.md @@ -0,0 +1,8 @@ +--- +"iota-stronghold": minor +"stronghold-runtime": patch +--- + +Expose the runner API to allow for 3rd party procedures. + +Change libsodium-sys to libsodium-sys-stable due to depreciation of the previous library.