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:
authorMatthieu Aubry <matt@piwik.org>2015-10-05 00:07:51 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-05 00:07:51 +0300
commit64869239c289a3fedcba2bb0d741b14da8d18757 (patch)
treead3002920ec2a03b5a488b47926544c7bc950bf5 /CHANGELOG.md
parentcc557da049775209db4b09b29281cfff9070a110 (diff)
Typo
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 fefbad8a7a..07d1dce0c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* `Tracker.recordStandardGoals`
### Internal change
-* In `piwik.js` we replaced [JSON2](https://github.com/douglascrockford/JSON-js) with [JSON3](https://bestiejs.github.io/json3/) to implement CSP (Content Security Policy) as JSON3 does not use `eval()`. JSON3 will be used if a browser does not provide a native JSON API. We are using `JSON3` in a way that it will not conflict i your website is using `JSON3` as well.
+* In `piwik.js` we replaced [JSON2](https://github.com/douglascrockford/JSON-js) with [JSON3](https://bestiejs.github.io/json3/) to implement CSP (Content Security Policy) as JSON3 does not use `eval()`. JSON3 will be used if a browser does not provide a native JSON API. We are using `JSON3` in a way that it will not conflict if your website is using `JSON3` as well.
### New APIs