summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorScott Newton <scott@aimsparking.com>2022-09-22 17:56:18 -0400
committerGitHub <noreply@github.com>2022-09-22 23:56:18 +0200
commit4fc39d59a5d7b3cb3d49b5170eba43ceafcf6074 (patch)
treee4c2fea3d50fb2f13d2d870783ae38b42174e908 /CHANGELOG.md
parent0fb29024e7980c14c1ba1578847a81b5a16612d5 (diff)
downloadsmarty-4fc39d59a5d7b3cb3d49b5170eba43ceafcf6074.tar.gz
smarty-4fc39d59a5d7b3cb3d49b5170eba43ceafcf6074.tar.bz2
smarty-4fc39d59a5d7b3cb3d49b5170eba43ceafcf6074.zip
Bug fix for underscore in template name (#581)
* Corrected bug #578, where underscore characters were being stripped from template names when using a custom resource * Increased the maximum template name length to 127 characters when using a custom resource
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d7ef819..8a924ca3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed PHP8.1 deprecation notices for strftime [#672](https://github.com/smarty-php/smarty/issues/672)
- Fixed PHP8.1 deprecation errors passing null to parameter in trim [#807](https://github.com/smarty-php/smarty/pull/807)
- Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish locale) [#586](https://github.com/smarty-php/smarty/pull/586)
+- Bug fix for underscore and limited length in template name in custom resources [#581](https://github.com/smarty-php/smarty/pull/581)
## [4.2.1] - 2022-09-14