From 7a6045a3c7e5eb4d513c19d3a8672f5e4680c3bb Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Wed, 20 Apr 2016 18:53:37 -0700 Subject: [PATCH] fix typo in HISTORY.md --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 475dc29199..999f99087d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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