diff --git a/HISTORY.md b/HISTORY.md index 824582713f9e65ebddd9c1391295d44f1718f804..e904aee002535e5b05ca7af11f05742364029414 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,9 @@ ### Bug Fixes * Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob. +### Java API Changes +* Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances. + ## 5.13.0 (3/20/2018) ### Public API Change * RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument will only be effective if the option file shows it is generated using a higher version of RocksDB than the current version.