Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed May 13, 2024
1 parent 1ac0910 commit e96dcbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e96dcbd

Please sign in to comment.