Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Jun 6, 2019
1 parent 21cb240 commit 6e33b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ See also the [GitHub releases page](https://github.com/terminal42/contao-DC_Mult
* Added the changelog ;-) (#56)
* Raised minimum PHP version to 5.6.
* Raised minimum Contao version to 4.4.
* **BC break:** Removed the deprecated `pidColumn` configuration. Use `langPid` instead.
* Multilingual aliases have been improved, so language records can have the same alias as main record. (#47)
* The models are not prevented from saving by default anymore. They are only prevented if fetched from database. (#51)
* 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()`.

0 comments on commit 6e33b91

Please sign in to comment.