From 2d83ac100df8f6aedf6ddfac5fa1aededd55f959 Mon Sep 17 00:00:00 2001
From: Dave Rodgman <dave.rodgman@arm.com>
Date: Mon, 8 Mar 2021 17:35:04 +0000
Subject: [PATCH] Add a missing changelog entry

Add a missing changelog entry for #3996: Allow loading external wrapped
keys.

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
---
 ChangeLog.d/external-wrapped-keys.txt | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 ChangeLog.d/external-wrapped-keys.txt

diff --git a/ChangeLog.d/external-wrapped-keys.txt b/ChangeLog.d/external-wrapped-keys.txt
new file mode 100644
index 000000000..ca29e0dab
--- /dev/null
+++ b/ChangeLog.d/external-wrapped-keys.txt
@@ -0,0 +1,4 @@
+Bugfix
+   * Fixes a bug where, if the library was configured to include support for
+     both the old SE interface and the new PSA driver interface, external keys were
+     not loaded from storage. This was fixed by #3996.