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:
authorThomas Steur <thomas.steur@gmail.com>2015-02-01 04:19:43 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-01 04:19:43 +0300
commitccb320fa465c4bf702f955073dd4228a107eae9d (patch)
tree7989eb88d402e81188106142f95826f42e1ec1e1 /CHANGELOG.md
parent6a3e19ac4475a4198a9438d0041dd935aa21404a (diff)
added possibility to generate a UI test
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2d939a046..0d6fdb899f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,10 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* The following classes have been deprecated:
* `Piwik\TaskScheduler`: use `Piwik\Scheduler\Scheduler` instead
* `Piwik\ScheduledTask`: use `Piwik\Scheduler\Task` instead
-
+
+### New features
+* You can now generate UI / screenshot tests using the command `generate:test`
+
### Library updates
* Updated AngularJS from 1.2.26 to 1.2.28