All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
## [12.2.1] - 2025-05-04
### Changed
* Safeguard `file_get_contents()` call with `is_file()` call to avoid problems with error handlers that act on suppressed warnings
## [12.2.0] - 2025-05-03
### Changed
...
...
@@ -11,4 +17,5 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* Reduced number of I/O and hashing operations when using the static analysis cache
* Use SHA-256 instead of MD5 to generate cache keys for static analysis cache (as SHA-256 is significantly faster than MD5 with PHP >= 8.4 on modern CPUs)