fix typo in HISTORY.md

This commit is contained in:
Andrew Kryczka 2016-04-20 18:53:37 -07:00
parent 73a847ef89
commit 7a6045a3c7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Unreleased
### Public API Change
* Delete deprecated classes for creating backups (BackupableDB) and restoring from backups (RestoreBackupableDB). Now, BackupEngine should be used for creating backups, and BackupEngineReadOnly should be used for restorations. For more details, see https://github.com/facebook/rocksdb/wiki/How-to-backup-RocksDB%3F
* Expose estimate of per-level compression ratio via DB property: "rocksdb.num-files-at-levelN".
* Expose estimate of per-level compression ratio via DB property: "rocksdb.compression-ratio-at-levelN".
## 4.7.0 (4/8/2016)
### Public API Change