From 72016359ff944a89ba0a5f2cb7123c7b61a1dd4e Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sat, 20 Dec 2025 20:39:56 -0500 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c26569..0cae8af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## [7.4.5] - 2025-12-21 + +## Bug Fixes + +- Fix missing `formatDateTime` import in SearchManager that broke `get_context_timeline` mem-search function + ## [7.4.4] - 2025-12-21 ## What's Changed