summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-01-29 23:24:57 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-01-29 23:24:57 +0000
commit17f39437744585c656cf37d4515a0b115cc73cc8 (patch)
tree90f1212ac057cbdb278beea5c273e95cafe85139 /RELEASE-NOTES.txt
parent27483a11b591e9aa02a7efdbcc8bb8cabe040b1e (diff)
Fixed multiple cursor implementations to be extra paranoid and close the cursor when an exception is thrown.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index f25363b..c48b0ac 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,6 +11,8 @@ Carbonado change history
- Index removal is now batched - reducing memory requirements when removing
large indexes.
- 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.
1.1-BETA8 to 1.1-BETA9
-------------------------------