diff --git a/HISTORY.md b/HISTORY.md index 819a343c8..941b4e510 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,10 @@ ## Unreleased ### Bug Fixes * Fixes a bug in directed IO mode when calling MultiGet() for blobs in the same blob file. The bug is caused by not sorting the blob read requests by file offsets. + ### New Features +* Provided support for SingleDelete with user defined timestamp. + ### Public API change * Made SystemClock extend the Customizable class and added a CreateFromString method. Implementations need to be registered with the ObjectRegistry and to implement a Name() method in order to be created via this method. * Made SliceTransform extend the Customizable class and added a CreateFromString method. Implementations need to be registered with the ObjectRegistry and to implement a Name() method in order to be created via this method. The Capped and Prefixed transform classes return a short name (no length); use GetId for the fully qualified name.