diff --git a/HISTORY.md b/HISTORY.md index fadf57eb9..a455f19b4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -38,6 +38,7 @@ ### Behavior changes * DB::Open(), DB::OpenAsSecondary() will fail if a Logger cannot be created (#9984) * Removed support for reading Bloom filters using obsolete block-based filter format. (Support for writing such filters was dropped in 7.0.) For good read performance on old DBs using these filters, a full compaction is required. +* Per KV checksum in write batch is verified before a write batch is written to WAL to detect any corruption to the write batch (#10114). ## 7.3.0 (05/20/2022) ### Bug Fixes