From 417ab7459e440d332d585518dff57edf4f1c82a9 Mon Sep 17 00:00:00 2001 From: Dmitriy Kharchenko Date: Wed, 19 Aug 2026 16:56:00 -0700 Subject: [PATCH] docs: update changelog for recent releases Agent-Id: agent-03c731e3-9de4-4444-9746-98edea7067bd --- changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.md b/changelog.md index 4260179..397c475 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,24 @@ # Changelog +## 0.2.4 - 2026-08-19 + +- Refactored logging and selector-tracing streams, including custom logger lifecycle handling and expanded tracing contracts and tests. +- Normalized skill and documentation links and strengthened release validation coverage. + +## 0.2.2 - 2026-08-19 + +- Added Redux action and state logging with shared diagnostic streams and public logging types. +- Expanded tracing documentation, packaged skills, and release validation coverage. + +## 0.2.1 - 2026-08-17 + +- Enabled explicitly configured selector tracing in production builds. + +## 0.2.0 - 2026-08-17 + +- Added selector-tracing diagnostics with configurable trace categories, cache and invalidation metrics, result metrics, and privacy-safe summaries. +- Added supporting tracing tests and documentation. + ## 0.1.4 - Normalize documentation links and validate package metadata for the release.