From 0a18e1977e82b3a2b80dc2b1acbe2a277abe1353 Mon Sep 17 00:00:00 2001
From: Thomas Steur <tsteur@users.noreply.github.com>
Date: Wed, 4 Feb 2015 11:16:32 +1300
Subject: [PATCH] added UI specs change to changelog

---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
GitLab