From e1a13fa76ec5fcedf88e6185c9d02e32b32b0f0a Mon Sep 17 00:00:00 2001
From: guillecxb <guillesanzlopez@gmail.com>
Date: Mon, 9 Jun 2025 16:06:09 +0200
Subject: [PATCH] update release notes for supported features

---
 doc/releasenotes.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/releasenotes.md b/doc/releasenotes.md
index 0247c74c..908a9f98 100644
--- a/doc/releasenotes.md
+++ b/doc/releasenotes.md
@@ -50,6 +50,10 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
 - Code Review of Events API according to the supported features negotiation.
 
 - Code Review of Discover API according to the supported features negotiation.
+  
+- Added supported features negotiation in the Audit API service. The server negotiates supportedFeatures in queries and returns the agreed value in the response.
+  
+- Added supported features negotiation in the Security service.
 
 #### Security Method PKI
 
-- 
GitLab