Skip to content

Commit

Permalink
added api issues to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 16, 2024
1 parent 473976a commit 41279bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ def index_changelog() -> str:
versions = {
'8.7.0': ['TBA', {
'feature': {
'2339': 'Dates: additional checks'}}],
'2339': 'Dates: additional checks',
'2297': 'API: Add file license links for IIIF Manifest',
'2317': 'API: Wrong search operators in OpenAPI file',
'2321': 'API: API: Missing places in network endpoint',
'2314': 'API: Links in annotation may use wrong domain',
}}],
'8.6.1': ['2024-08-14', {
'feature': {
'2337': 'Configurable proxy server',
Expand Down

0 comments on commit 41279bc

Please sign in to comment.