From 9092ebed3917402b7b547e658819401eb7b5ac56 Mon Sep 17 00:00:00 2001 From: Levi Tamasi Date: Thu, 21 Jan 2021 14:29:52 -0800 Subject: [PATCH] Remove superfluous 'Unreleased' heading --- HISTORY.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 23120ce98..93e6dd54c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,4 @@ # Rocksdb Change Log -## Unreleased - ## 6.17.0 (01/15/2021) ### Behavior Changes * When verifying full file checksum with `DB::VerifyFileChecksums()`, we now fail with `Status::InvalidArgument` if the name of the checksum generator used for verification does not match the name of the checksum generator used for protecting the file when it was created.