commit | b88bb5fd7f2877ba181d985007aa5aa1d31055c7 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon May 11 22:13:27 2020 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon May 11 22:13:27 2020 +0200 |
tree | 18a01f72658956849496bf32b2940f3cc5b63964 | |
parent | 297896e6db74899e68ed9c189ce0f167000c1b87 [diff] |
Add changelog entry file Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/unified-exit-in-examples.txt b/ChangeLog.d/unified-exit-in-examples.txt new file mode 100644 index 0000000..3ef9798 --- /dev/null +++ b/ChangeLog.d/unified-exit-in-examples.txt
@@ -0,0 +1,4 @@ +Changes + * Unify the example programs termination to call mbedtls_exit() instead of + using a return command. This has been done to enable customization of the + behavior in bare metal environments.