diff --git a/distribution/src/docs/release-notes.xml b/distribution/src/docs/release-notes.xml
index 1dd8e69521..e17fdad5ca 100644
--- a/distribution/src/docs/release-notes.xml
+++ b/distribution/src/docs/release-notes.xml
@@ -95,13 +95,28 @@
What's new in this release
WSO2 MI @product.version@ is shipped with the following new features:
- - Enhanced Script Mediator Performance with GraalJS
- - Runtime Diagnostic tool
- - MI Automation Mode
- - CDC connector
+ - New mediators
+
+ - Scatter-Gather: Clones a message into several and aggregates the responses into a single message. Supports parallel or sequential execution, with output to a variable or message body.
+ - Foreach v2: Supports parallel or sequential iteration and allows updating the original array or outputting results to a variable.
+ - ThrowError: Enables throwing an error from the mediation flow.
+
+
+ - Enhanced mediator functionality
+
+ - Inline expression support for PayloadFactory Mediator and Log Mediator.
+ - UI Enhancements for the commonly used mediators.
+
+
+ - Mediator tryout functionality
+ - Simplified onboard experience via VSCode Extension
+ - Simplified Synapse expression
+ - Environment variable injection for all environment-specific parameters
+ - JDK 21 support
+ - Dependency management for connectors
- View the full list of bug fixes and improvements here
+ View the full list of bug fixes and improvements here
Known Issues