diff --git a/install/upgrade/upgrade.md b/install/upgrade/upgrade.md index 73ba863c6..c3eb73f19 100644 --- a/install/upgrade/upgrade.md +++ b/install/upgrade/upgrade.md @@ -18,9 +18,7 @@ then run the database upgrade script, then restart Apache: sudo service apache2 restart ### 8.6.x to 8.7.0 -A code base update (e.g. with git pull) and a webserver restart is sufficient. - -The additional Python package validators is needed: +No database update is required but an additional Python package is needed: sudo apt install python3-validators diff --git a/openatlas/views/changelog.py b/openatlas/views/changelog.py index cd0132be2..355b55a8c 100644 --- a/openatlas/views/changelog.py +++ b/openatlas/views/changelog.py @@ -18,12 +18,14 @@ def index_changelog() -> str: '8.7.0': ['TBA', { 'feature': { '2339': 'Dates: additional checks', + '2346': 'API: 0.4.4', '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'}, + '2321': 'API: Missing places in network endpoint', + '2338': 'Refactor and minor improvements'}, 'fix': { - '2348': 'Wrong link between Source and Place'}}], + '2348': 'Wrong link between Source and Place', + '2314': 'Links in annotation may use wrong domain'}}], '8.6.1': ['2024-08-14', { 'feature': { '2337': 'Configurable proxy server',