Skip to content

Commit

Permalink
Add the changelog (terminal42#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Jun 6, 2019
1 parent 9aae252 commit 21cb240
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Changelog
=========

See also the [GitHub releases page](https://github.com/terminal42/contao-DC_Multilingual/releases).

4.0.0
-----

* 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.

0 comments on commit 21cb240

Please sign in to comment.