Skip to content

Commit

Permalink
Added changelog entry for implicit batch closing
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Mar 10, 2020
1 parent 881cf24 commit f92256d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- Closed batches can no longer be reused, all non-`Close()` calls return `ErrBatchClosed`

- Calling `Write()` or `WriteSync()` on a `Batch` will implicitly close it

- Removed the `SetDeleter` interface

- [memdb] [\#56](https://github.com/tendermint/tm-db/pull/56) Removed some exported methods that were mainly meant for internal use: `Mutex()`, `SetNoLock()`, `SetNoLockSync()`, `DeleteNoLock()`, and `DeleteNoLockSync()`
Expand Down

0 comments on commit f92256d

Please sign in to comment.