diff --git a/CHANGELOG.md b/CHANGELOG.md index 4782bc8..d39c1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ ## 0.16.0 -**Breaking change, databases created using earlier versions is not compatible with 0.16.0 and up.** +**Breaking change, databases created using earlier versions is not compatible +with 0.16.0 and up.** -- Use 32 bit MurmurHash3 (from new dependency `npm:ohash` instead of SHA-1 for transaction integrity check, - saving time and storage +- Use 32 bit MurmurHash3 (from new dependency `npm:ohash` instead of SHA-1 for + transaction integrity check, saving time and storage - Precalculate the Uint32Array of the transaction signature, improving performance - Use CBOR-encoding of key instead of custom implementation, improving