Compare commits

..
Author SHA1 Message Date
Simon Wisselink 8b8247e17e Brought lexer source functionally up-to-date with compiled version
Fixes #621
2021-01-05 23:31:24 +01:00
-2
View File
@@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.1.37] - 2021-01-07
### Changed
- Changed error handlers and handling of undefined constants for php8-compatibility (set $errcontext argument optional) https://github.com/smarty-php/smarty/issues/605
- Changed expected error levels in unit tests for php8-compatibility