From 7d2af85442c925c330fc2fd53eadbd0b4b2a5040 Mon Sep 17 00:00:00 2001 From: Jeff Schwab Date: Sun, 7 May 2017 09:50:27 -0400 Subject: [PATCH] Improve change-log message per @Glavin001's review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e131662..30a9726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Fix [#1643](https://github.com/Glavin001/atom-beautify/issues/1643). Add PHPCBF Version setting and remove "--no-patch" option from version 3.0 of PHPCBF. See [#1645](https://github.com/Glavin001/atom-beautify/pull/1645). - Close [#27](https://github.com/Glavin001/atom-beautify/issues/27). Add commands for beautifying a specific language - Add "Allow Risky" option for PHP-CS-Fixer. See [#1614](https://github.com/Glavin001/atom-beautify/pull/1614) -- Fix [#1647](https://github.com/Glavin001/atom-beautify/issues/1647), avoiding a spurious error message in the console. +- Set Yaml padding default value to 0, removing Atom warning message "'atom-beautify.yaml.padding' could not set the default." See [#1647](https://github.com/Glavin001/atom-beautify/issues/1647). # v0.29.23 (2017-04-20) - See #1607. Add support for PHP-CS-Fixer 1, along with version 2.