From bb56e44360a228c96b7cd857ec39edec82878beb Mon Sep 17 00:00:00 2001 From: Martin Price Date: Mon, 24 Jun 2024 19:59:25 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9038f863..6c049850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project follows the ## [Unreleased] +### Added +- A new function to whether or not an executable exists in the system. + +### Changed +- Call the install script using the PHP_BINARY constant to avoid issues if the +execute permissions have not been added to the file. + +### Fixed +- Add error handling if the executables called in the database commands does +not exist. + ## [1.x-1.0.2] ### Added