Changelog

This commit is contained in:
Simon Wisselink
2022-05-16 13:38:45 +02:00
parent 4eb86a6770
commit 8a8cf58c5a

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Security
- Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-
### Fixed
- Math equation `max(x, y)` didn't work anymore [#721](https://github.com/smarty-php/smarty/issues/721)