From e96dcbd72bfb6ef8f40d7efe84511816336cd35b Mon Sep 17 00:00:00 2001 From: Alexander Watzinger Date: Mon, 13 May 2024 15:42:40 +0200 Subject: [PATCH] Update changelog --- openatlas/views/changelog.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openatlas/views/changelog.py b/openatlas/views/changelog.py index e7585ee13..28b9c9f22 100644 --- a/openatlas/views/changelog.py +++ b/openatlas/views/changelog.py @@ -17,7 +17,10 @@ def index_changelog() -> str: versions = { '8.5.0': ['TBA', { 'feature': { - '2277': 'References for types'}}], + '2277': 'References for types', + '2273': 'API: Endpoint to retrieve all available CIDOC properties', + '2274': 'API: Endpoint to get related entities' + }}], '8.4.0': ['2024-05-05', { 'feature': { '2261': 'Option to prevent selection of a type',