diff --git a/openatlas/views/changelog.py b/openatlas/views/changelog.py index 7baa8bb27..65bb24391 100644 --- a/openatlas/views/changelog.py +++ b/openatlas/views/changelog.py @@ -18,7 +18,9 @@ def index_changelog() -> str: versions = { '8.8.0': ['TBA', { 'feature': { - '2354': 'Page field of reference import should allow spaces'}, + '2349': 'Stronger hints that notes are not part of the model', + '2354': 'Page field of reference import should allow spaces', + '2351': 'Refactor and minor improvements'}, 'fix': { '2357': 'Wrong direction for reference links to files', '2371': 'Broken export functions'}