2.0.2 (2022-02-15)

- Replace strftime with strtotime for PHP8.1 support
- Added processing class into proc line for easier debugging
This commit is contained in:
Daniel Mason 2022-02-15 09:07:24 +13:00
parent 3d869bf653
commit ac044747aa
5 changed files with 15 additions and 9 deletions

View file

@ -1,3 +1,7 @@
## 2.0.2 (2022-02-15)
- Replace strftime with strtotime for PHP8.1 support
- Added processing class into proc line for easier debugging
## 2.0.1 (2022-02-08)
- Fixed issue with lingering keys causing constant memory growth
- Add PHP8 support