From bb61d860d606f5459e91f837648c31b8a206240c Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 6 Apr 2026 16:30:57 +0200 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f192c95a5..b1cd85d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,9 +31,10 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ### Changed - Pre-push hook now validates JSON syntax on changed files (python3 -m json.tool) - HUD status panel: merged TimeDisplay into ImplantPanel — time, health, perception in one themed panel (#786) -- HUD moved from UILayer (20) to InsertOverlay (10) for bloom treatment per D-051 +- HUD moved from UILayer (20) to InsertOverlay (10) for bloom treatment per D-049 - Interaction prompt: converted from PanelContainer+StyleBoxFlat to ImplantPanel+ImplantDataRow (#788) - Minimap: added ImplantTheme-styled container frame behind circular display (#787) +- Stance indicator: SVG icons with alpha-mask tint shader replace text-only labels (#787, D-086) - Amended 7 stale D-records with supersession notes (D-012, D-035, D-044, D-061, D-086, D-090, D-119) - Closed 4 resolved scope questions (Q-002, Q-004, Q-005, Q-007) - Fixed questions.md index (was 61 questions, actually 96 — 33 architecture Qs missing from index)