Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <git@lw1.at>2020-09-06 23:08:47 +0300
committerGitHub <noreply@github.com>2020-09-06 23:08:47 +0300
commitc425e0b8ed39242a9483fe55af7defa7bd77eab3 (patch)
treee4034332df0bae11b0b105266dbd19a547990ae8 /CHANGELOG.md
parent16583dc2a2aad00346d4983c12d6b6fc56877701 (diff)
reword CHANGELOG.md (#16393)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d6f3804ca..1942f7d76a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,7 +36,7 @@ These are only recommendations (because we will keep backward compatibility for
#### Breaking changes in HTTP API
##### Format changes
-* The `JSON2` API format has now been deprecated and is now applied by default. The JSON2 renderer will be removed in Matomo 5 and we recommend switching to it.
+* The `JSON2` API format has now been deprecated and is now applied by default. The JSON2 renderer will be removed in Matomo 5 and we recommend switching to the `JSON` renderer.
* The `JSON` renderer now behaves like the previous `JSON2` renderer did. This means arrays like `['a' => 0, 'b' => 1]` will be rendered in JSON as `{"a":0,"b":1}` instead of `[{"a":0,"b":1}]`. This impacts these API methods:
* API.getSettings
* Annotations.get