Fix simple typo in whats-new.adoc

Otherwise `Gateway Changes` section looks like sub-paragraph of the `JMS Changes`
This commit is contained in:
Artem Bilan
2016-09-08 10:42:29 -04:00
parent b66acf2363
commit 6790dbd03e

View File

@@ -22,7 +22,7 @@ It has now been renamed to `jmsConnectionFactory`, which is the bean name used b
If your application is relying on the previous behavior, rename your `connectionFactory` bean to `jmsConnectionFactory`, or specifically configure your components to use your bean using its current name.
===== Gateway Changes
==== Gateway Changes
The gateway now correctly sets the `errorChannel` header when the gateway method has a `void` return type and an error channel is provided.
Previously, the header was not populated.