From df3ff4778853d3e24e6200e74f7d7f5af6af1908 Mon Sep 17 00:00:00 2001 From: Alexander Watzinger Date: Wed, 18 Dec 2024 12:37:13 +0100 Subject: [PATCH] Update changelog --- openatlas/views/changelog.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openatlas/views/changelog.py b/openatlas/views/changelog.py index d51883ff3..c6eee4722 100644 --- a/openatlas/views/changelog.py +++ b/openatlas/views/changelog.py @@ -17,10 +17,14 @@ def index_changelog() -> str: versions = { '8.9.0': ['TBA', { 'feature': { + '2079': 'Text annotation', + '2369': 'Text annotation widget', + '2433': 'Link artifact from tab at source', '2389': 'Activity log for entities', '2381': 'Import only year dates', '2390': 'More hints about usage at sources', - '2391': 'IIIF: add reference '}}], + '2391': 'IIIF: add reference', + '2377': 'Refactor and minor improvements'}}], '8.8.0': ['2024-10-31', { 'feature': { '2349': 'Stronger hints that notes are not part of the model',