Add missing release note

This commit is contained in:
Andrew Kryczka 2020-10-12 13:43:16 -07:00
parent 9dd25487cc
commit 353745d639

View File

@ -1,4 +1,8 @@
# Rocksdb Change Log
## Unreleased
### Bug Fixes
* Since 6.12, memtable lookup should report unrecognized value_type as corruption (#7121).
## 6.14 (10/09/2020)
### Bug fixes
* Fixed a bug after a `CompactRange()` with `CompactRangeOptions::change_level` set fails due to a conflict in the level change step, which caused all subsequent calls to `CompactRange()` with `CompactRangeOptions::change_level` set to incorrectly fail with a `Status::NotSupported("another thread is refitting")` error.