From ceb7ae16a40de00175fb9b813be1d82fc6d91a68 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Mon, 12 Oct 2020 13:43:16 -0700 Subject: [PATCH] Add missing release note --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 81d85b48f..bce9de018 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log ## Unreleased +### Bug Fixes +* Since 6.12, memtable lookup should report unrecognized value_type as corruption (#7121). ## 6.12.4 (2020-09-18) ### Public API Change