Skip to content

Commit cb89a85

Browse files
committed
fix changelog conflict
1 parent f2d1a7f commit cb89a85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The present file will list all changes made to the project; according to the
66
## [11.0.2] unreleased
77

88
### Added
9+
- High-Level API endpoints for configuration settings `/Setup/Config/{context}/{name}`.
910

1011
### Changed
1112
- Added High-Level API version 2.1. Make sure you are pinning your requests to a specific version (Ex: `/api.php/v2.0`) if needed to exclude endpoints/properties added in later versions. See version pinning in the getting started documentation `/api.php/getting-started`.
@@ -29,11 +30,8 @@ The present file will list all changes made to the project; according to the
2930
## [11.0.1] 2025-10-09
3031

3132
### Added
32-
- High-Level API endpoints for configuration settings `/Setup/Config/{context}/{name}`.
3333

3434
### Changed
35-
- Added High-Level API version 2.1. Make sure you are pinning your requests to a specific version (Ex: `/api.php/v2.0`) if needed to exclude endpoints/properties added in later versions. See version pinning in the getting started documentation `/api.php/getting-started`.
36-
- High-Level API responses for not found routes now correctly return a body including the standard error properties (status, title, detail). This is not controlled by the API version.
3735

3836
### Deprecated
3937

0 commit comments

Comments
 (0)