3.1 changelog summaries

This commit is contained in:
Ingo Schommer 2013-04-09 13:36:39 +02:00
parent 17362f9474
commit baca12bf37

View File

@ -16,6 +16,9 @@
### Framework
* Static properties are immutable and private, you must use Config API
* Statics in custom Page classes need to be "private"
* `$default_cast` is now `Text` instead of `HTMLText`, to secure templates from XSS by default
* Shortcodes are no longer supported in template files. They continue to work in DB fields and other
HTMLText-cast fields.
* `DataList` and `ArrayList` are now immutable, they'll return cloned instances on modification