diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 89d7b2cd5..718fa5b5e 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -415,6 +415,7 @@ Bug * [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf * [OPENJPA-1119] - NPE in InstrumentationFactory * [OPENJPA-1120] - idEquals() broken in BigDecimalId and BigIntegerId + * [OPENJPA-1121] - Enums cause a ClassNotFoundException in the MappingTool * [OPENJPA-1125] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent * [OPENJPA-1127] - Typos in user manual and log messages * [OPENJPA-1132] - Dropping constraints fails on MySQL diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index 551acd36e..b890b7de0 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -626,6 +626,7 @@ in each release of OpenJPA.