diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index cf10b2c8e..893aaf9f5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Commons Changelog ============================= +Changes in version 1.13.9.RELEASE (2017-11-27) +---------------------------------------------- +* DATACMNS-1218 - Upgrade to Vavr 0.9.2. +* DATACMNS-1215 - Repositories does not expose registered repository for proxy type. +* DATACMNS-1214 - MappingContext.getPersistentEntity(PersistentProperty) must only return an entity if the given property is one. +* DATACMNS-1201 - ClassGeneratingPropertyAccessorFactory.isTypeInjectable(…) fails with NPE for entities in default packages. +* DATACMNS-1196 - Failing generic type resolution of generic types within nested generic fields. +* DATACMNS-1195 - Release 1.13.9 (Ingalls SR9). +* DATACMNS-1158 - Make ProjectionFactory configurable by module implementations. + + Changes in version 2.0.1.RELEASE (2017-10-27) --------------------------------------------- * DATACMNS-1201 - ClassGeneratingPropertyAccessorFactory.isTypeInjectable(…) fails with NPE for entities in default packages.