diff --git a/src/reference/docbook/whats-new.xml b/src/reference/docbook/whats-new.xml
index e5f4f5e289..91911c6f67 100644
--- a/src/reference/docbook/whats-new.xml
+++ b/src/reference/docbook/whats-new.xml
@@ -46,6 +46,26 @@
Support for Dead Letter Exchanges/Dead Letter Queues
+
+ RedisStore Inbound and Outbound Channel Adapters
+
+ Spring Integration now has RedisStore Inbound and Outbound Channel Adapters
+ allowing you to write and read Message payloads to/from Redis collection(s).
+ For more information please see
+ and
+ .
+
+
+
+ MongoDB Inbound and Outbound Channel Adapters
+
+ Spring Integration now has MongoDB Inbound and Outbound Channel Adapters
+ allowing you to write and read Message payloads to/from a MongoDB document store.
+ For more information please see
+ and
+ .
+
+
JDBC Adapter - Stored Procedures Components
SpEL Support