Mention PR 11892 in the changelog (#12118)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/12118

Reviewed By: jaykorean

Differential Revision: D51820703

fbshipit-source-id: d2a86a4781618747c6b7c71971862d510a25e103
This commit is contained in:
Levi Tamasi 2023-12-04 13:20:28 -08:00 committed by Facebook GitHub Bot
parent ba8fa0f546
commit 2045fe4693
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Added initial wide-column support in `WriteBatchWithIndex`. This includes the `PutEntity` API and support for wide columns in the existing read APIs (`GetFromBatch`, `GetFromBatchAndDB`, `MultiGetFromBatchAndDB`, and `BaseDeltaIterator`).