branch: elpa/annotate commit 34f0df8d5bedc9b98e1ba4d0b9f2f412bea971ae Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated documentation. --- Changelog | 7 +++++++ NEWS.org | 3 +++ 2 files changed, 10 insertions(+) diff --git a/Changelog b/Changelog index badeb620e7..1e4a97edd1 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2020-08-11 + * annotate.el (annotate-annotate, annotate-load-annotation-data + annotate-create-annotation, annotate-summary-query-parse-note, + annotate-switch-db) + + - Added errors conditions signalling to some functions. + 2020-07-01 * annotate.el (annotate-change-annotation) diff --git a/NEWS.org b/NEWS.org index 25e31feb82..a67f0f5464 100644 --- a/NEWS.org +++ b/NEWS.org @@ -123,3 +123,6 @@ - 2020-07-01 V0.8.2 Bastian Bechtold, cage :: Added explicit dependency on 'info' and removed a duplicated operation. + +- 2020-08-11 V0.8.3 Bastian Bechtold, cage :: + Some function now signal errors where appropriate.