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:
authorStefan Giehl <stefan@piwik.org>2016-09-05 23:37:56 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-09-05 23:37:56 +0300
commitda16532d5bdc6893ff27b47acac9e9176eca6fd1 (patch)
treea904425570634c187efe7a59c97ef53b3ec6c3e0 /CHANGELOG.md
parentcca8a9db77c25385a99699690cc03231b30d9f82 (diff)
Mention usage of Git LFS in Changelog (#10465)
* Mention usage of Git LFS in Changelog [ci skip] * Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8eec8149f..17f0383bfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
### New APIs
* The Piwik JavaScript tracker has a new method `trackRequest` that allows you to send any tracking parameters to Piwik. For example `_paq.push(['trackRequest', 'te=foo&bar=baz'])`
+### Internal Changes
+* Expected screenshots for UI tests are now stored using Git LFS instead of a submodule. Running, creating or updating UI tests will require Git LFS to be installed.
+The folder containing expected screenshots was renamed from `expected-ui-screenshots` to `expected-screenshots`. The UI-Test-Runner is now able to handle both names.
+
## Piwik 2.16.2
### New APIs