We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f48bc commit fc4a63bCopy full SHA for fc4a63b
1 file changed
CHANGELOG.md
@@ -11,8 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Added
13
14
+* Added some new clippy lints to enforce.
15
+
16
### Changed
17
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
24
### Removed
25
26
0 commit comments