diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2023-11-29 13:30:13 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2023-11-29 13:30:13 +0100 |
| commit | 39c150ae58b4159d1d6d136d91016531e1aab237 (patch) | |
| tree | 88930be756df35a3f3b2ae72aedac30e587eebc8 /CHANGELOG.md | |
| parent | 58991f3f63607e112d2c80d2ffd2069d841d2995 (diff) | |
| download | smarty-39c150ae58b4159d1d6d136d91016531e1aab237.tar.gz smarty-39c150ae58b4159d1d6d136d91016531e1aab237.tar.bz2 smarty-39c150ae58b4159d1d6d136d91016531e1aab237.zip | |
Added Upgrade instructions to docs
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1905cf79..aa5b2979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 multibyte extension for optimal performance. - Smarty no longer calls `mb_internal_encoding()` and doesn't check for deprecated `mbstring.func_overload` ini directive [#480](https://github.com/smarty-php/smarty/issues/480) - Generated `<script>` tags lo longer have deprecated `type="text/javascript"` or `language="Javascript"` attributes [#815](https://github.com/smarty-php/smarty/issues/815) -- Smarty will throw a compiler exception insteadd of silently ignoring a modifier on a function call, like this: `{include|dot:"x-template-id" file="included.dot.tpl"}` [#526](https://github.com/smarty-php/smarty/issues/526) +- Smarty will throw a compiler exception instead of silently ignoring a modifier on a function call, like this: `{include|dot:"x-template-id" file="included.dot.tpl"}` [#526](https://github.com/smarty-php/smarty/issues/526) - The documentation was largely rewritten ### Deprecated |
