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 <tsteur@users.noreply.github.com>2015-02-04 01:16:32 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-02-04 01:16:32 +0300
commit0a18e1977e82b3a2b80dc2b1acbe2a277abe1353 (patch)
tree22ac387bd53e94b2e468a289b8cead357df31a76 /CHANGELOG.md
parentcfb374f0c6f75ce7ceb732eeb9eae04e0806a068 (diff)
added UI specs change to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03eeb0e5b1..d11c6c39c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* Updated AngularJS from 1.2.26 to 1.2.28
* Updated piwik/device-detector from 2.8 to 3.0
+### Internal change
+* UI specs were moved from `tests/PHPUnit/UI` to `tests/UI`. We also moved the UI specs directly into the Piwik repository meaning the [piwik-ui-tests](https://github.com/piwik/piwik-ui-tests) repository contains only the expected screenshots from now on.
+
## Piwik 2.10.0
### Breaking Changes