diff --git a/CHANGELOG.md b/CHANGELOG.md index 877fee33b91..a6d11b47bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,11 +69,11 @@ In this release, the schema version has changed from 17 to 19. - The `POST /control/safesearch/disable` HTTP API is deprecated. Use the new `PUT /control/safesearch/settings` API. -The `safesearch_enabled` field is deprecated in the following HTTP APIs: -- `GET /control/clients` -- `POST /control/clients/add` -- `POST /control/clients/update` -- `GET /control/clients/find?ip0=...&ip1=...&ip2=...` +- The `safesearch_enabled` field is deprecated in the following HTTP APIs: + - `GET /control/clients` + - `POST /control/clients/add` + - `POST /control/clients/update` + - `GET /control/clients/find?ip0=...&ip1=...&ip2=...` Check `openapi/openapi.yaml` for more details.