summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-01-28 21:25:21 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-01-28 21:25:21 +0000
commit27483a11b591e9aa02a7efdbcc8bb8cabe040b1e (patch)
treeb83098847f1cf393d6a5f00a40efe78ce3b82b75 /RELEASE-NOTES.txt
parent975fd9fec74313f52007ebb264a03ec68d33448d (diff)
Fixed bug when filtering against negative floating point values.
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 c09c49f..f25363b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -9,7 +9,8 @@ Carbonado change history
to support desired ordering.
- Support mapping JDBC numeric column to short or byte.
- Index removal is now batched - reducing memory requirements when removing
- large indexes
+ large indexes.
+- Fixed bug when filtering against negative floating point values.
1.1-BETA8 to 1.1-BETA9
-------------------------------