summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2006-11-04 00:27:28 +0000
committerBrian S. O'Neill <bronee@gmail.com>2006-11-04 00:27:28 +0000
commit9e4cd7e3af4ff5326fcb7a1dde3861f64badab41 (patch)
treef325407c10161f6059beffc8e3e713518ebefe92 /RELEASE-NOTES.txt
parent37f9eb4388bda8908a1eab2cba487d4afc3d94bd (diff)
Fixed exception when printing join plan with blank parameters.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 97861a4..159a01e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,6 +1,10 @@
Carbonado change history
------------------------
+1.1-BETA2 to
+-------------------------------
+- Fixed exception when printing join plan with blank parameters.
+
1.1-BETA to 1.1-BETA2
-------------------------------
- Inner joins in generated SQL use more compliant syntax.