From 71c063d0b24bed0ac0327100bc892db815672288 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Fri, 15 Jul 2022 10:44:38 +0200 Subject: [PATCH] Added changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6d1aa5..1b0b42f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Fixed problems with smarty_mb_str_replace [#549](https://github.com/smarty-php/smarty/issues/549) + ## [3.1.45] - 2022-05-17 ### Security