Skip to content

Commit

Permalink
Remove duplicated entry in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Oct 6, 2021
1 parent 7714e13 commit b0351cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Save indicator as GeoJSON Feature to DB ([#149])
- Extend database schema with one additional attribute `feature` of type JSON
- API endpoint `/regions` responds with array of names and ids (default) or a GeoJSON if parameter `asGeoJSON=True` is set ([#171], [#195])
- API endpoint `/regions` responds with an array of names and ids (default) or a GeoJSON if parameter `asGeoJSON=True` is set ([#171], [#195])

### New Features

Expand All @@ -22,7 +22,6 @@
- Improve API response schemata by using less logic to create the schemata.
- Add list indicator/layer combinations for API and CLI([#99])
- Load indicator from DB will also load its data attributes ([#179])
- Add parameter to 'regions' endpoint to only respond with a GeoJSON if requested ([#171])
- Change output of CLI command `list-regions` to a pretty printed table of names and identifies ([#65], [#196])

### How to upgrade?
Expand Down

0 comments on commit b0351cf

Please sign in to comment.