From 0b5cb4cb7ffb0d6e993a1ecb9cc81e514d867bc2 Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Thu, 6 Jun 2019 14:23:21 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3a78e..d52cdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,4 @@ See also the [GitHub releases page](https://github.com/terminal42/contao-DC_Mult * Allow to count records using subqueries, e.g. with `HAVING` clause. * **BC break:** Removed the deprecated `pidColumn` configuration. Use `langPid` instead. * **BC break:** Added the new interface method `MultilingualQueryBuilderInterface::buildQueryBuilderForCountWithSubQuery()`. +* **BC break:** Renamed the translation table alias from `t2` to `translation`.