summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-01-30 02:40:11 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-01-30 02:40:11 +0000
commit2682e527b3ebbea20d393992069b3aaeded15fe5 (patch)
tree0099f9dfddb92b303148ad1a8ded37fc7c8197d7 /RELEASE-NOTES.txt
parentc5f9b449e0bfd34438ba81d47a6e778a9bf90a30 (diff)
Fix broken build.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6bc0d72..ef99b2d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -13,7 +13,8 @@ Carbonado change history
- Fixed bug when filtering against negative floating point values.
- Fixed multiple cursor implementations to be extra paranoid and close the
cursor when an exception is thrown.
-- Fixed JDBC cursor implementation to close the connection when an exception is thrown.
+- Fixed JDBC cursor implementation to close the connection when an exception is
+ thrown during cursor construction.
1.1-BETA8 to 1.1-BETA9
-------------------------------