From 2222e82f25ab197ecdbf063ca61de5ce1cb985cb Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 1 Sep 2011 20:09:14 -0400 Subject: [PATCH] updated changelog for 1.2.0.M1 --- src/main/resources/changelog.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c56644305..df7098c0e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,31 @@ Spring Data Commons Changelog ============================================= +Changes in version 1.2.0.M1 (2011-09-01) +---------------------------------------- + +** Bug + * [DATACMNS-55] - java.util.Properties cannot be stored to mongodb + * [DATACMNS-57] - Use of parameterized type in constructor arguments is not supported + * [DATACMNS-65] - BasicPersistentEntity potentially suffers from ConcurrentModificationException + * [DATACMNS-68] - NullPointerException in AbstractPersistentProperty::getComponentType() + +** Improvement + * [DATACMNS-56] - PreferredConstructorDiscoverer shouldn't throw an exception in case not finding a constructor + * [DATACMNS-59] - AbstractQueryCreator should honor both static and dynamic sorting + * [DATACMNS-60] - Polish reference documentation for repositories + * [DATACMNS-63] - Add possibility to detect TypeInformation for a class' method's return type + * [DATACMNS-64] - QueryMethod should reject paging methods without a Pageable argument + * [DATACMNS-67] - QueryMethod should consider plain Iterable return types as collection query + +** New Feature + * [DATACMNS-66] - Provide infrastructure to parse IgnoreCase from query methods + +** Refactoring + * [DATACMNS-61] - Add ability to add new special parameter types to query methods + * [DATACMNS-62] - Make accessor methods for QueryMethod type public and drop type enum + + Changes in version 1.1.0.RELEASE (2011-07-21) ---------------------------------------------