From dfa1938ac191195c301da924f2d8ceb18678ba06 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 4 Mar 2016 16:09:08 -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 bbeb4c9300..1f31b6df8e 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 <>). +* Static resource handling uses the configured `ContentNegotiationManager` for media type determination. * `RestTemplate` and `AsyncRestTemplate` support strict URI variable encoding via `DefaultUriTemplateHandler`. * `AsyncRestTemplate` supports request interception.