diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 80afeec3b..0077eb3bb 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -183,6 +183,7 @@ Bug Improvement ----------- + * [OPENJPA-924] - Cache Finder Query for performance enhancement * [OPENJPA-1475] - Performance improvement - don't call syncVersion() when no version is specified * [OPENJPA-1493] - Performance improvement in SelectImpl.getTableIndex() for JPQL without subselect * [OPENJPA-1502] - Improve msg for unrecognized EntityManager properties diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index bccaf8faa..b4c846043 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -259,6 +259,8 @@ in each release of OpenJPA.