From 1446c7148e4a597da6aa84760ab50ddf4f3686de Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Tue, 9 Mar 2010 15:31:10 +0000
Subject: [PATCH] OPENJPA-924 Show as being fixed in 2.0.0-beta2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920924 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 2 ++
2 files changed, 3 insertions(+)
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.
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