From 64869239c289a3fedcba2bb0d741b14da8d18757 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Mon, 5 Oct 2015 10:07:51 +1300 Subject: Typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3