SPR-7353 Doc update for consumes/produces + changelog update

This commit is contained in:
Rossen Stoyanchev
2011-05-19 13:05:53 +00:00
parent b39673aa79
commit 100fed47f3
2 changed files with 184 additions and 154 deletions

View File

@@ -9,7 +9,15 @@ Changes in version 3.1 M2 (2011-??-??)
* deprecated AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests
* eliminated @Feature support in favor of @Enable* and framework-provided @Configuration classes
* introduced @EnableTransactionManagement, @EnableScheduling, and other @Enable* annotations
* introduced @EnableWebMvc to provide default configuration for Spring MVC applications
* introduced HandlerMethod abstraction representing a Spring MVC controller method
* added HandlerMapping/HandlerAdapter/HandlerExceptionResolver HandlerMethod-based implementations
* enabled HandlerMethod-based infrastructure through the mvc namespace and Java-based configuration
* support for automatically adding @PathVariables to the model
* support for including @PathVariables in data binding
* support for URI template variables in view names with the "redirect:" prefix
* a flag for extracting the value from single-key models in MappingJacksonJsonView
* allow bean references in mvc:interceptor namespace elements
Changes in version 3.1 M1 (2011-02-11)
--------------------------------------