See #1725. Update changelog

This commit is contained in:
Glavin Wiechert 2017-06-19 02:41:04 -03:00
parent 8b5363f7bf
commit e8853c1bf9
1 changed files with 3 additions and 0 deletions

View File

@ -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)