diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 91a5f7a68..87c1bf7d2 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -171,6 +171,7 @@ Bug * [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case * [OPENJPA-1367] - H2 Database Engine does support cross join * [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type + * [OPENJPA-1496] - Fail to set temporal parameter * [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl * [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider * [OPENJPA-1507] - NPE with a non-JDBC store manager diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index f7b1fb6e8..71a9dc8f4 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -237,6 +237,8 @@ in each release of OpenJPA.

  • [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
  • +
  • [OPENJPA-1496] - Fail to set temporal parameter +
  • [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
  • [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider