From 440ff4ee59c73aa98bd9dbb800572500cc4e8c15 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 3 Jan 2021 00:01:29 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a724e..e7d72e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Lisp objects being stored as un`read`able strings in `chronometrist-value-history`, resulting in value suggestions not matching user input. * `chronometrist-report` no longer calls `delete-other-windows`; use `chronometrist-report-mode-hook` if it is desired. * Fixed infinite loop in `chronometrist-report` triggered by non-English locales. +* Optimization - refresh time after changing chronometrist-file is now near-instant for the two most common situations - an expression being added to the end of the file, or the last expression in the file being changed. This works for changes made by the user as well as changes made by Chronometrist (or other) commands. ## [0.5.6] - 2020-12-22 ### Fixed