diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac76113c..1afde237b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Next - Fix [#1703](https://github.com/Glavin001/atom-beautify/issues/1703). Now Fortran 2003/2008 file extensions are available for Fortran beautifier. - Fix [#1030](https://github.com/Glavin001/atom-beautify/issues/1030). Autopep8 Executable did not handle older and newer versions. +- Fixes [#1725](https://github.com/Glavin001/atom-beautify/issues/1725). Improve PHP-CS-Fixer support with handling script path + Detect if the executable path is either .phar (PHP) or not and + run the executable PHP-CS-Fixer differently considering. - ... # v0.30.0 (2017-06-17)