You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
## [Unreleased]
16
16
17
+
### Breaking
18
+
19
+
-**Breaking:**`FortressEvent::ReplayDesync` — new variant added. Since `FortressEvent` is not `#[non_exhaustive]`, exhaustive matches must now handle this variant.
20
+
21
+
### Added
22
+
23
+
-`ReplaySession::new_with_validation()` constructor that enables checksum validation mode, emitting `SaveGameState` requests and comparing checksums against the replay recording
24
+
-`ReplaySession::is_validating()` accessor to check if checksum validation mode is enabled
25
+
-`SessionBuilder::start_replay_session_with_validation()` builder method for creating a validation-enabled replay session
0 commit comments