Update HISTORY.md

This commit is contained in:
anand76 2021-03-24 13:14:14 -07:00
parent 0d800dadea
commit 5a165416ac

View File

@ -1,4 +1,6 @@
# Rocksdb Change Log
## Unreleased
## 6.19.0 (03/21/2021)
### Bug Fixes
* Fixed the truncation error found in APIs/tools when dumping block-based SST files in a human-readable format. After fix, the block-based table can be fully dumped as a readable file.