diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 0c5b7f86de..bbeb4c9300 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -670,6 +670,7 @@ Spring 4.3 also improves the caching abstraction as follows: * New `@SessionAttribute` annotation for access to session attributes (see <>). * New `@RequestAttribute` annotation for access to request attributes (see <>). * `@ModelAttribute` allows preventing data binding via `binding=false` attribute (see <>). +* `RestTemplate` and `AsyncRestTemplate` support strict URI variable encoding via `DefaultUriTemplateHandler`. * `AsyncRestTemplate` supports request interception. === WebSocket Messaging Improvements