From 9e167045fcd7024558131416cf5706ed75247c8d Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 3 Mar 2016 14:48:50 -0500 Subject: [PATCH] Update what's new --- src/asciidoc/whats-new.adoc | 1 + 1 file changed, 1 insertion(+) 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