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 bc30c8d commit 929bb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- `BlockEntry`, `KeyValue`, `Node` and `Child` are now private
- You can now no longer manually construct `Traverse` or `Prefixed` structs

## [0.2.2] - 2024-02-23

Expand Down
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use crate::{
tree::TreeBuilderError,
};

/// Error type used by all [`Result`]s in this library.
#[derive(Error, Debug)]
pub enum HyperbeeError {
#[error("There was an error in the underlying Hypercore")]
Expand Down

0 comments on commit 929bb11

Please sign in to comment.