summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2020-12-01 15:05:35 -0800
committerAndrew Kryczka <andrewkr@fb.com>2020-12-01 15:05:35 -0800
commited4316166f67ec892603014634840d29f460f611 (patch)
tree009fb30bd94146b51ec30939fa1f835350003882
parentf56956c72f4df32754013e803cc93cae6dfaa3e8 (diff)
fixup release note (track_and_verify_wals_in_manifest not available in 6.14)v6.14.6
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 95caaa74b..250cda6d8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,7 +1,7 @@
# Rocksdb Change Log
## 6.14.6 (12/01/2020)
### Bug Fixes
-* Truncated WALs ending in incomplete records can no longer produce gaps in the recovered data when `WALRecoveryMode::kPointInTimeRecovery` is used. Gaps are still possible when WALs are truncated exactly on record boundaries; for complete protection, users should enable `track_and_verify_wals_in_manifest`.
+* Truncated WALs ending in incomplete records can no longer produce gaps in the recovered data when `WALRecoveryMode::kPointInTimeRecovery` is used. Gaps are still possible when WALs are truncated exactly on record boundaries.
## 6.14.5 (11/15/2020)
### Bug Fixes