Skip to content

Commit ccd2da3

Browse files
committed
preparations for 3.2 M2
1 parent dda3197 commit ccd2da3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/dist/changelog.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Changes in version 3.2 M2 (2012-08-xx)
1010
* infer return type of parameterized factory methods (SPR-9493)
1111
* used BufferedInputStream in SimpleMetaDataReader to double performance (SPR-9528)
1212
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean (SPR-9521)
13+
* added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder (SPR-9480)
1314
* raise RestClientException instead of IllegalArgumentException for unknown status codes
14-
* add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
15+
* added "defaultCharset" property to StringHttpMessageConverter (SPR-9487)
16+
* added JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
1517
* added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
16-
* added support for the HTTP PATCH method
18+
* added support for the HTTP PATCH method to Spring MVC and to RestTemplate (SPR-7985)
1719
* enable smart suffix pattern match in @RequestMapping methods (SPR-7632)
1820
* DispatcherPortlet does not forward event exceptions to the render phase by default (SPR-9287)
19-
* add defaultCharset property to StringHttpMessageConverter
2021

2122

2223
Changes in version 3.2 M1 (2012-05-28)

0 commit comments

Comments
 (0)