From 77a32fab9bbe1d50dd10c6755440f61e8c075e91 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 20 Nov 2025 15:49:02 +0100 Subject: [PATCH] Mention the new advice about compiler options in the changelog Signed-off-by: Gilles Peskine --- ChangeLog.d/security-advice.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ChangeLog.d/security-advice.txt diff --git a/ChangeLog.d/security-advice.txt b/ChangeLog.d/security-advice.txt new file mode 100644 index 0000000000..1f7677a882 --- /dev/null +++ b/ChangeLog.d/security-advice.txt @@ -0,0 +1,2 @@ +Security + * Added advice about compiler options in SECURITY.md.