diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0666d9ca2..ccd1e12e8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Commons Changelog ============================= +Changes in version 1.4.1.RELEASE (2013-02-07) +--------------------------------------------- +** Bug + * [DATACMNS-257] - PropertyPath cannot deal with all uppercase fields + * [DATACMNS-276] - ParameterizedTypeInformation is missing hashCode() method + +** Improvement + * [DATACMNS-168] - Allow customizing the bean name for repository beans + * [DATACMNS-253] - IndexOutOfBoundsException in Repository proxy when missing parameters + * [DATACMNS-254] - Auditable's identifier type constrained to the the same type as Persistable's + +** Task + * [DATACMNS-280] - Release 1.4.1 + Changes in version 1.4.0.RELEASE (2012-10-09) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index d301f9eb6..29b941598 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data Commons 1.0 -Copyright (c) [2010] SpringSource, a division of VMware, Inc. +Spring Data Commons 1.4.1 +Copyright (c) [2013] SpringSource, a division of VMware, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License.