From 606e5f8164b0ceee40ad74accae7db9bc02d3cd1 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Wed, 28 Feb 2024 20:01:23 -0600 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0815fb6..65954ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- make `HyperbeeBuilderError` public - Made `prefixed` module public ### Changed @@ -19,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Now the `.sub` method, and `Prefixed` struct require configuration with `PrefixedConfig`, which has a `seperator` field. This separates the key and the prefix. `separor` defaults to the NULL byte, which is the same as the JavaScript implementation. +### Removed + +- `BlockEntry`, `KeyValue` and `Child` are now private + ## [0.2.2] - 2024-02-23 ### Added