From e8853c1bf90d576e74fac2c48f967c393f78cf00 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Mon, 19 Jun 2017 02:41:04 -0300 Subject: [PATCH] See #1725. Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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)