diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-25 13:45:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 13:45:04 +0100 |
| commit | 578c03efa5f202f2ed84d0f48f82d5dfbd730fc4 (patch) | |
| tree | ee907b7b8e8258acda8d7d7ef45317d70b0a81cd /docs | |
| parent | 7255b4d73cccb995b72560b365eb0af62327e64c (diff) | |
| download | smarty-578c03efa5f202f2ed84d0f48f82d5dfbd730fc4.tar.gz smarty-578c03efa5f202f2ed84d0f48f82d5dfbd730fc4.tar.bz2 smarty-578c03efa5f202f2ed84d0f48f82d5dfbd730fc4.zip | |
Deprecate stream variables (#933)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/variables/streams.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/variables/streams.md b/docs/api/variables/streams.md index 93d5c15e..c872cf8b 100644 --- a/docs/api/variables/streams.md +++ b/docs/api/variables/streams.md @@ -10,4 +10,7 @@ template. {$foo:bar} ``` +NB. Support for using streams to call variables is deprecated since Smarty v5.1 and will be removed +in a future version. + See also [`Template Resources`](../resources.md) |
