try the push

This commit is contained in:
Zhichao Cao 2021-03-24 13:27:12 -07:00
parent 0ae90f8e28
commit 5732c039a4

View File

@ -1,6 +1,7 @@
# 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.