diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 8ae4e76d3..6f258ed8b 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -20,6 +20,12 @@ --> +

compressRecord buffering order

+ +

The compressRecord has a new field BALG which can select between +FIFO (append) and LIFO (prepend) ordering for insertion of new elements. +FIFO ordering is the default.

+

Database Multi-locking

dbLock.c is re-written with an expanded API, and the removal of global mutex locks.