chore(meta): update changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 22:13:42 +01:00
co-authored by Claude Opus 4.6
parent b025fe8152
commit ded24de31b
+4 -1
View File
@@ -11,7 +11,10 @@ Format based on [Keep a Changelog](https://keepachangelog.com/).
- Simplified fog shader from 5-layer to 3-layer model (clear, explored, unexplored)
- Fog texture resize now preserves exploration data — tiles behind the player stay as light fog instead of reverting to unexplored black
- Updated D-015/D-017 perception decisions to reflect simplified cone model
- Moved connector scripts from db/connectors/ to tooling/db/ (#274) — symlink at old path for backwards compatibility
- Moved connector scripts from db/connectors/ to tooling/db/ (#274) — backwards-compat symlink removed in #568
### Removed
- db/connectors symlink — all references now use tooling/db/ directly (#568)
### Added
- D-110 through D-112: z-level addressing, subterranean architecture, no instancing decisions