Skip to content

Commit 535bdcc

Browse files
committed
doc: update changelog
1 parent a76fd95 commit 535bdcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In this document, all notable changes are listed, including bug fixes, breaking
3030
- chore: added comment to the `getrandom` optional dependency clarifying it exists to forward the `js` feature to `rand` on WASM targets
3131

3232
### Code quality
33-
- clippy: fixed `doc_lazy_continuation`, `doc_overindented_list_items`, `derivable_impls`, and `mismatched_lifetime_syntaxes` warnings across the codebase
34-
- tests: expanded unit test coverage across `frame_info`, `input_queue`, `sync_layer`, `time_sync`, and `compression` modules
35-
- tests: expanded integration test coverage with new tests for `P2PSession`, `SpectatorSession`, and `SyncTestSession`, including regression tests for the bugs fixed above
33+
- clippy: resolved warnings across the codebase; added `#[must_use]` to `SessionBuilder` and its builder methods
34+
- refactor: internal constants consolidated and de-duplicated; `GgrsError` now derives `Eq`; minor readability improvements throughout
35+
- tests: expanded unit and integration test coverage across all session types and internal modules
3636

3737
## 0.11.1
3838

0 commit comments

Comments
 (0)