diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-05-25 00:56:08 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-05-25 00:56:08 +0000 |
commit | 76ec35bfe6aabf8c8cb0141dd7d3d123b5a4c181 (patch) | |
tree | 388c3ee3ced23d61df6422e98869299fad53007b | |
parent | 98660bef8667d75a798b67f073703cd9ec051e9c (diff) |
Update release notes regarding IllegalArgumentException bug fix.
-rw-r--r-- | RELEASE-NOTES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 08cf3d8..31630f1 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -24,6 +24,10 @@ Carbonado change history - Added support for derived properies.
- Enhanced query engine to optimize for covering indexes.
+1.1 to 1.1.1
+-------------------------------
+- Fixed spurious IllegalArgumentException from StorableGenerator.
+
1.1-BETA11 to 1.1 (release)
-------------------------------
- Only minor comment changes.
|