Skip to content

Commit

Permalink
Update changelog and upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Sep 18, 2024
1 parent 47b8208 commit 46cdff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 5 additions & 3 deletions openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 46cdff4

Please sign in to comment.