summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-08-20 22:11:31 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-08-20 22:11:31 +0000
commit855da7da34da9509613179584653dd99c5aa4e59 (patch)
tree95e0874d9cf81097faaa6822a92e6cffcd11ec5f /RELEASE-NOTES.txt
parent3f6beac3a91be0b04386b03370705787ac13c998 (diff)
Fixed bug in GroupedCursor which discarded last group if it had one element.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e8b8e8c..4c8edb7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -37,6 +37,7 @@ Carbonado change history
- Fixed replication repair bug which threw an IllegalStateException for insert
repair if only alternate keys were specified.
- Fixed query descending sort order bug which produced ascending results.
+- Fixed bug in GroupedCursor which discarded last group if it had one element.
1.1 to 1.1.1
-------------------------------