Skip to content

Commit fc4a63b

Browse files
committed
Update CHANGELOG.md
1 parent 71f48bc commit fc4a63b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14+
* Added some new clippy lints to enforce.
15+
1416
### Changed
1517

18+
* `get_random_access` was renamed to `get_random_access_mut`.
19+
* Bumped to 2024 edition.
20+
* Structs that were shared with `hypercore-protocol` have been moved into a separate crate: `hypercore_schema`.
21+
* Dependencies update
22+
* Some function signatures were changed that were pass-by-value or pass-by-ref that didn't need to be.
23+
1624
### Removed
1725

1826

0 commit comments

Comments
 (0)