* `DjangoTemplateNoArgsHTML` and change `DjangoTemplateHTML`
* `ProcessorsMixin` and `GiveProcessorsMixin` new mixins. More in [types](types.mdmixins-source)
* new doc about [template types](template_types.md)
* `result_validator`
* `PreviewValidator`, `PreviewValidationError`. More in [template types](template_types.mdcustom-validator).
* `SimpleExecNoCompile`. More in [template types](template_types.mdsimpleexecnocompilesystemexec-staticdatamixin-simpletext).
* refactoring of template attributes. They all have prefix template now. More in [template types](template_types.md).
* `suffixes` attribute is a dict with function as value.
* `template_bultins` attrubute as a replacement for `allow_import`. More in [template types](template_types.md).