From f533235f580a2aaf5eec33eb766b9a1783feeabb Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 19 Feb 2026 15:08:51 +0100 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacf537cf..ad396cd2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Fixed +- Routine tests missing ActiveSim — 3 of 5 tests passed trivially without the required tier marker +- `_observer_pos` misleading unused prefix renamed to `observer_pos` (used for sound event filtering) +- Stale protocol version doc comment "Current: 9" corrected to 10 +- FactionOnly non-numeric `faction_id` attribute now logs a tracing::warn instead of silently denying + +### Changed +- Removed orphaned `SimulationTier`/`LastInteraction`/`ScopeTag`/`ScopeKind` types from tier.rs (unused outside own tests) +- Sound pipeline documented as intentionally empty in v0.1 (no producers yet, full pipeline wired) +- Observer test setup now inserts SoundEventQueue resource for integration coverage +- Added FactionOnly positive test case and Medium-range occlusion TODO + ## [v0.1.11] — 2026-02-19 ### Added