diff --git a/doc/releasenotes.md b/doc/releasenotes.md
index 6b5881cba458eb139740a11b6b6ed09774983a80..2b3cee8cd7863568ab99da3e8812f2ca4396cc8e 100644
--- a/doc/releasenotes.md
+++ b/doc/releasenotes.md
@@ -17,6 +17,8 @@
 
 ### **Technical Debt Solved**
 
+- Implemented in the API Provider Management the supported features negotiation for the suppFeat field during provider registration. The server now decodes the negotiated feature set based on client capabilities and system support.
+
 #### **Hardening on startup scripts for services interacting with Vault**
 
 The startup scripts of the ***Invoker Management Service***, ***Provider Management Service***, and ***Security Service*** have been improved to ensure reliability when the Vault service takes longer to become ready. These new scripts check responses from the Vault to ensure the returned information is valid before starting each service.