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