diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2023-09-14 10:21:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 10:21:06 +0200 |
| commit | af2e12d58eda08c3b50cf03447dc5f4cdc412fff (patch) | |
| tree | d2e44ad19a24d885cb5864f3cd6834f2e6c8bf9b /CHANGELOG.md | |
| parent | 7a58ca251792e76c6fde48d8d7e4f5b64c228bbd (diff) | |
| download | smarty-af2e12d58eda08c3b50cf03447dc5f4cdc412fff.tar.gz smarty-af2e12d58eda08c3b50cf03447dc5f4cdc412fff.tar.bz2 smarty-af2e12d58eda08c3b50cf03447dc5f4cdc412fff.zip | |
Fix use of negative numbers in math equations. (#903)
Fixes #895
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d931babe..5947423a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Registered output filters wouldn't run [#899](https://github.com/smarty-php/smarty/issues/899) +- Use of negative numbers in {math} equations [#895](https://github.com/smarty-php/smarty/issues/895) ### Removed - Removed `$smarty->registered_filters` array |
