Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Feb 29, 2024
1 parent 0e4bb62 commit 606e5f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 606e5f8

Please sign in to comment.