From 2b57dc480786f13347af5ece607272f40a7532a8 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Fri, 11 Feb 2022 00:16:49 +0530 Subject: [PATCH] Reword point, add deprecation notice --- .dir-locals.el | 3 ++- CHANGELOG.md | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 33ca69b..f3c9e13 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -14,7 +14,8 @@ ("cr" . "chronometrist-report") ("cs" . "chronometrist-statistics") ("cx" . "chronometrist-sexp") - ("c" . "chronometrist"))))) + ("c" . "chronometrist"))) + (sentence-end-double-space . t))) (org-mode . ((org-html-self-link-headlines . t) (eval . (org-indent-mode)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecd321..998f367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 6. Debug logging messages - to view them, set `chronometrist-debug-enable`. ### Fixed -1. File change detection code has been rewritten, hopefully fixing some uncommon `read` and `args out of range` errors. +1. Code to detect the type of change made to the file has been rewritten, hopefully fixing some uncommon `read` errors and `args out of range` errors. + +### Deprecated +1. The plist backend is deprecated and may be removed in a future release. The `plist-group` backend is more performant and extensible - please use `chronometrist-migrate` to convert your data to the `plist-group` backend. ## [0.9.0] - 2021-07-08 ### Added