You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
## Current Main
4
4
5
-
### New Features
6
-
7
-
- Generalize result values of all Indicators by introducing a result class value ([#369])
8
-
9
5
### Breaking Changes
10
6
11
7
- Make inclusion of indicator data in response optional ([#370])
@@ -25,6 +21,7 @@
25
21
- Add new representative report `BuildingReport` ([#356])
26
22
- Add ratio_filter to `building_count` layer ([#356])
27
23
- Configure OQT using files or environment variables ([#255])
24
+
- Generalize result values of all Indicators by introducing a result class value ([#369])
28
25
29
26
### Other Changes
30
27
@@ -40,7 +37,7 @@
40
37
- 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])
- 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])
44
41
- If you run your own database, please delete the result table before upgrading ([#369])
0 commit comments