refactor(Template): Deprecate init from files

This commit is contained in:
Kyle Fuller
2016-12-01 01:47:19 +00:00
parent f90597fba1
commit 24359489ce
2 changed files with 8 additions and 0 deletions

View File

@@ -50,6 +50,11 @@
{% endfilter %}
```
### Deprecations
- `Template` initialisers have been deprecated in favour of using a template
loader such as `FileSystemLoader` inside an `Environment`.
## 0.7.1