From a10f53323f6b0012f963ba02fcf8f602869c4acc Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Tue, 9 Mar 2010 18:03:02 +0000
Subject: [PATCH] OPENJPA-806 Show as being fixed in 2.0.0-M1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921019 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index e748ab102..4731d4ec8 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -793,6 +793,7 @@ Included Changes in OpenJPA 2.0.0 Milestone 1
Sub-task
--------
* [OPENJPA-765] - Check for insertable or updateable before checking value for null
+ * [OPENJPA-806] - Support Criteria API for JPA 2.0 - Iteration 1
* [OPENJPA-857] - Detect and store JPA version
* [OPENJPA-899] - Add support for JPA2.0 method Query.getHints()
* [OPENJPA-900] - Add support for JPA2.0 method Query.getSupportedHints()
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 27d6e853a..b92acaebb 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -984,6 +984,7 @@ in each release of OpenJPA.
Sub-task
- [OPENJPA-765] - Check for insertable or updateable before checking value for null
+- [OPENJPA-806] - Support Criteria API for JPA 2.0 - Iteration 1
- [OPENJPA-857] - Detect and store JPA version
- [OPENJPA-899] - Add support for JPA2.0 method Query.getHints()
- [OPENJPA-900] - Add support for JPA2.0 method Query.getSupportedHints()