diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index aa6dbf9b0..7aaf75e7c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,10 @@ Spring Data JPA Changelog ============================================= +Changes in version 1.0.0.RC1 +---------------------------------------- +* Improved performance of query execution by uhsing method.getAnnotation(…) instead of AnnotationUtils.getAnnotation(…) + Changes in version 1.0.0.M2 (2011-03-24) - https://jira.springsource.org/browse/DATAJPA/fixforversion/11800 ---------------------------------------- * Dynamic sorting functionality (through Sort query method parameter) works again