diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2022-09-13 12:19:44 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2022-09-13 12:19:44 +0200 |
| commit | d304d349b4deb19c84742b29b53bb3f8e59413fc (patch) | |
| tree | 1a980ff0b4bec1eca5f3a29a2cc910ab4c9e22b5 /CHANGELOG.md | |
| parent | 749481843422c72a016a111a85d090bfbe77dbd3 (diff) | |
| download | smarty-d304d349b4deb19c84742b29b53bb3f8e59413fc.tar.gz smarty-d304d349b4deb19c84742b29b53bb3f8e59413fc.tar.bz2 smarty-d304d349b4deb19c84742b29b53bb3f8e59413fc.zip | |
Fixed PHP8.1 deprecation errors in capitalize modifier
Fixes #789
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 0f73fe82..2d4389cd 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 - Fixed PHP8.1 deprecation errors in modifiers (upper, explode, number_format and replace) [#755](https://github.com/smarty-php/smarty/pull/755) and [#788](https://github.com/smarty-php/smarty/pull/788) +- Fixed PHP8.1 deprecation errors in capitalize modifier [#789](https://github.com/smarty-php/smarty/issues/789) - Fixed use of `rand()` without a parameter in math function [#794](https://github.com/smarty-php/smarty/issues/794) ## [4.2.0] - 2022-08-01 |
