branch: elpa/annotate commit a6097f632602dbcb326d078956ecdcbce0974549 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated NEWS, Changelog and version. --- Changelog | 7 +++++++ NEWS.org | 3 +++ 2 files changed, 10 insertions(+) diff --git a/Changelog b/Changelog index 101524003c..badeb620e7 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2020-07-01 + * annotate.el (annotate-change-annotation) + + - ensured that the modified status of as buffer is not modified by the local + function 'delete' in 'annotate-change-annotation'; + - added dependency on 'info'. + 2020-06-26 * annotate.el (annotate-switch-db) - Added file argument 'database-file-path', diff --git a/NEWS.org b/NEWS.org index 5d65662c4e..25e31feb82 100644 --- a/NEWS.org +++ b/NEWS.org @@ -120,3 +120,6 @@ - 2020-06-26 V0.8.1 Bastian Bechtold, cage :: Added file argument to ~annotate-switch-db~. + +- 2020-07-01 V0.8.2 Bastian Bechtold, cage :: + Added explicit dependency on 'info' and removed a duplicated operation.