Reword point, add deprecation notice

This commit is contained in:
contrapunctus 2022-02-11 00:16:49 +05:30
parent a83173d0a9
commit 2b57dc4807
2 changed files with 6 additions and 2 deletions

View File

@ -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))

View File

@ -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