Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Oct 31, 2024
1 parent 333cfa9 commit 7aa79cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def index_changelog() -> str:

# pylint: disable=too-many-lines
versions = {
'8.8.0': ['TBA', {
'8.8.0': ['2024-10-31', {
'feature': {
'2349': 'Stronger hints that notes are not part of the model',
'2353': 'Link to reference origin IDs at import',
Expand All @@ -25,6 +25,7 @@ def index_changelog() -> str:
'2365': 'API 0.4.5',
'2351': 'Refactor and minor improvements'},
'fix': {
'2355': 'Deployment error at ACDH-CH repository',
'2357': 'Wrong direction for reference links to files',
'2371': 'Broken export functions'}
}],
Expand Down

0 comments on commit 7aa79cd

Please sign in to comment.