From 45acdf84c1e125ce9b239b927e2227d2e9ae869d Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sun, 30 Nov 2025 15:12:53 -0500 Subject: [PATCH] docs: Update CHANGELOG.md for v6.3.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5be1e68..0cd95227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [6.3.3] - 2025-11-30 + +Bug fixes and improvements to timeline context feature: + +- Added session ID validation to filterTimelineByDepth +- Added timestamp fallback warning +- Exported filterTimelineByDepth function for unit testing +- Fixed type breakdown display in timeline item count + +Full changes: https://github.com/thedotmack/claude-mem/compare/v6.3.2...v6.3.3 + ## [6.3.2] - 2025-11-25 ## What's Changed