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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-06-22 00:55:43 +0300
committerGitHub <noreply@github.com>2020-06-22 00:55:43 +0300
commit396d4fe6397027daf540c2d27b1bfd2693481112 (patch)
treeb9e0d32a156221ff01659ddd003f129bc93e9b44 /CHANGELOG.md
parentd14524a21ce3b4f03787c6b7b4c061735fed6c27 (diff)
run new log importer with python3 (#16095)
* run new log importer with python3 * update submodule to master * update changelog * tweak windows python test code + allow using environment variable for test python path
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 985bb5fd19..0f1d261128 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -126,6 +126,7 @@ The following changes are recommendations and don't have to be done as we will s
### Other Breaking changes
+* The log importer in `misc/log-analytics` now supports Python 3 (3.5, 3.6 or 3.7), it will no longer run with Python 2. If you have any automated scripts that run the importer, you will have to change them to use the Python 3 executable instead.
* Deprecated `piwik` font was removed. Use `matomo` font instead
* The JavaScript AjaxHelper does not longer support synchronous requests. All requests will be sent async instead.
* The console option `--piwik-domain` has been removed. Use `--matomo-domain` instead