diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cd951f6..4cada7283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Added +- Protocol v8: dialogue_response field decoding (DialogueResponseEvent with line_id, text, speaker_entity_id) from server #305/D-028 + +### Fixed +- Protocol version bumped from 7 to 8 to match server — fixes 5 test failures from version mismatch +- Interact action encoding changed from unit variant to struct variant to match server's PlayerAction::Interact { target_entity_id, verb } +- Monologue duplication test (test_monologue_not_duplicated_after_consumption) fixed — was using poll_snapshot() which doesn't consume _last_snapshot in test mode + ### Added - `make pre-pr` target — full pre-PR verification chain: lint → build → test → content validation → fixture staleness (#460, #465) - Branch-specific pre-PR variants: `make pre-pr-server`, `make pre-pr-client`, `make pre-pr-content`