commit | a43d431e8a00a3fbcad8416173fd960f550d0784 | [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:20:41 2020 +0200 |
tree | 60bb709efd80a7e869a784715d991dd9b4421f97 | |
parent | 1ddf2928c9145d999b1885c8d356288353d10063 [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.