diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index c15e1d84d9..7a9f321619 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -6,9 +6,11 @@ http://www.springsource.org Changes in version 3.2 M2 ------------------------- -* spring-test module now depends on junit:junit-dep +* spring-test module now depends on junit:junit-dep (SPR-6966) * raise RestClientException instead of IllegalArgumentException for unknown status codes * add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML +* infer return type of parameterized factory methods (SPR-9493) + Changes in version 3.2 M1 (2012-05-28) --------------------------------------