Update README.md

This commit is contained in:
Kamil Wylegala 2023-12-19 22:25:48 +01:00 committed by GitHub
parent b4e0e7f080
commit c646ba319d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,12 @@ It means that composer will look at `master` branch of repository configured und
## Changelog
### 2023-12-19
- Muted dynamic property creation warnings in Controller.php
- Fix passing a null input to h function (PR #56)
- Fix Hash class callback callable pattern deprecated (PR #58)
### 2023-11-13
- Silence dynamic property creation warning in Model.php