From 12f4122068837041bb245fd1666b26bbcf7dd60c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 13 Jan 2023 12:04:14 +0100 Subject: [PATCH] Announce coding style change in the changelog It doesn't affect users, but it affects some other external consumers of the library. Signed-off-by: Gilles Peskine --- ChangeLog.d/coding-style.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/coding-style.txt diff --git a/ChangeLog.d/coding-style.txt b/ChangeLog.d/coding-style.txt new file mode 100644 index 000000000..b2cff5cc0 --- /dev/null +++ b/ChangeLog.d/coding-style.txt @@ -0,0 +1,5 @@ +Changes + * The C code follows a new coding style. This is transparent for users but + affects contributors and maintainers of local patches. For more + information, see + https://mbed-tls.readthedocs.io/en/latest/kb/how-to/rewrite-branch-for-coding-style/