* Build 143

This commit is contained in:
Sam Georges 2014-09-09 17:08:15 +10:00
parent 8c08b9ccbb
commit e9923d000f
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
* **Build 14x** (2014-09-xx)
* **Build 143** (2014-09-09)
- Various fixes to the RelationController relating to belongsToMany relations.
- Tree Lists are now collapsed by default to better handle large data sets.
- The `{% put %}` tag now appends by default.
- The closing put tag now supports **overwrite**, eg: `{% endput overwrite %}`.
- Numerous PostgreSQL support fixes.
* **Build 141** (2014-09-04)
- Add new `dump()` Twig function (config app.debug must be true).