Skip to content

Commit e28f9ed

Browse files
fix: rename parameter in CHANGELOG
1 parent 671fe44 commit e28f9ed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
## Current Main
44

5-
### New Features
6-
7-
- Generalize result values of all Indicators by introducing a result class value ([#369])
8-
95
### Breaking Changes
106

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

2926
### Other Changes
3027

@@ -40,7 +37,7 @@
4037
- 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])
4138
- Rename environment variable `OHSOME_API` `OQT_OHSOME_API` ([#255])
4239
- Make sure to rename the API query parameter `layerName` to `layerKey` and API endpoint `listLayerNames` to `listLayerKeys` ([#376])
43-
- 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])
40+
- 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])
4441
- If you run your own database, please delete the result table before upgrading ([#369])
4542
- Rename endpoints ([#397]):
4643

0 commit comments

Comments
 (0)