From 16132a05a71b00adc28fd823c65afb00346b2965 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sat, 17 Jun 2017 16:21:09 -0300 Subject: [PATCH] See #1687. Update Changelog with info about Executables --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e584322..7a9a44985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Next -- Fix [#1652](https://github.com/Glavin001/atom-beautify/issues/1652) and [#1653](https://github.com/Glavin001/atom-beautify/issues/1653). Add `.rb` to temp files passed in to the `rubocop` executable so they are not excluded. - ... +# v0.30.0 (2017-06-17) +- Close [#1687](https://github.com/Glavin001/atom-beautify/issues/1687). Introducing Executables with Docker support! Executables wrap any non-preinstalled application, check if it is installed, and provide additional configuration options, including Docker support! See [#1687](https://github.com/Glavin001/atom-beautify/issues/1687) for more information. +- Fix [#1652](https://github.com/Glavin001/atom-beautify/issues/1652) and [#1653](https://github.com/Glavin001/atom-beautify/issues/1653). Add `.rb` to temp files passed in to the `rubocop` executable so they are not excluded. + # v0.29.26 (2017-05-28) - Fix #116. Switch from setText to setTextViaDiff, preserve folds - Add more perl filetypes (#1603)