Skip to content

Commit

Permalink
fix: rename parameter in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 8, 2022
1 parent 671fe44 commit e28f9ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Current Main

### New Features

- Generalize result values of all Indicators by introducing a result class value ([#369])

### Breaking Changes

- Make inclusion of indicator data in response optional ([#370])
Expand All @@ -25,6 +21,7 @@
- Add new representative report `BuildingReport` ([#356])
- Add ratio_filter to `building_count` layer ([#356])
- Configure OQT using files or environment variables ([#255])
- Generalize result values of all Indicators by introducing a result class value ([#369])

### Other Changes

Expand All @@ -40,7 +37,7 @@
- To continue to retrieve additional data of an Indicator or Report provided in an API response, you need to set the API request parameter `include_data` to `True` ([#370])
- Rename environment variable `OHSOME_API` `OQT_OHSOME_API` ([#255])
- Make sure to rename the API query parameter `layerName` to `layerKey` and API endpoint `listLayerNames` to `listLayerKeys` ([#376])
- To continue to retrieve the properties of the GeoJSON API response as flat list, you need to set the API request parameter `flattem` to `True` ([#375])
- To continue to retrieve the properties of the GeoJSON API response as flat list, you need to set the API request parameter `flatten` to `True` ([#375])
- If you run your own database, please delete the result table before upgrading ([#369])
- Rename endpoints ([#397]):

Expand Down

0 comments on commit e28f9ed

Please sign in to comment.