diff options
-rw-r--r-- | RELEASE-NOTES.txt | 6 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2039762..0d95a5b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,12 @@ Carbonado change history
------------------------
+1.1-BETA3 to 1.1-BETA4
+-------------------------------
+- Added additional repair logic in resync if replica entries are corrupt.
+- ConstraintException thrown when inserting uninitialized properties now
+ includes property names in the exception message.
+
1.1-BETA2 to 1.1-BETA3
-------------------------------
- Fixed exception when printing join plan with blank parameters.
@@ -5,7 +5,7 @@ <artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1-BETA3</version>
+ <version>1.1-BETA4</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>
|