diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c00a2d1f..4bc7adb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Next - ... +- Fixes [#1728](https://github.com/Glavin001/atom-beautify/issues/1728). Remove Shell-Env from Executable, use Atom's process.env instead. See [#1735](https://github.com/Glavin001/atom-beautify/pull/1735). # v0.30.2 (2017-06-20) - Fixes [#1030](https://github.com/Glavin001/atom-beautify/issues/1030). Add support for alpha versions of autopep8 diff --git a/package.json b/package.json index 230fcc6ee..29c658993 100644 --- a/package.json +++ b/package.json @@ -436,4 +436,4 @@ "prettydiff" ] } -} +} \ No newline at end of file