Skip to content

Commit 7b7076b

Browse files
authoredMay 19, 2020
reject nil/empty keys and nil values (#99)
Fixes #2.
1 parent f191247 commit 7b7076b

19 files changed

+365
-456
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Breaking Changes
66

7+
- [\#100](https://github.com/tendermint/tm-db/pull/100) Keys can no longer be `nil` or empty, and values can no longer be `nil` (@erikgrinaker)
8+
79
- [\#98](https://github.com/tendermint/tm-db/pull/98) `NewDB` now returns an error instead of panicing (@erikgrinaker)
810

911
- [\#96](https://github.com/tendermint/tm-db/pull/96) `Batch.Set()`, `Delete()`, and `Close()` may now error (@erikgrinaker)

0 commit comments

Comments
 (0)
Please sign in to comment.