migrate to php8

This commit is contained in:
ivan shalganov 2023-02-23 21:53:03 +01:00
parent e8647cfb02
commit f8863ee0ad
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
Changelog
=========
## 3.0.0 (2023-02-23)
- Fenom supported php8+
- Remove `eval` from template compiler
- `strftime` -> `date` with fallback support.
- update tokenizer
- bugfixes and optimizations
## 2.11.0 (2016-06-09)