From f1e6380eacb78dd5e324751c0ee199e8d4e215aa Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 11 Sep 2018 15:59:00 -0700 Subject: [PATCH] Update changelog to highlight breaking change --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baac866..8f4c48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# v0.33.2 (2018-09-09) -- Added `inline` and `content_unformatted` options from `js-beautify` html settings and cleared `unformatted`. This is a breaking change, but a general improvement in the behavior to more accurately beautify html. +# v0.33.2 (2018-09-12) +- (BREAKING CHANGE) Added `inline` and `content_unformatted` options from `js-beautify` html settings and cleared `unformatted`. Breaking change but generally improves the behavior to more accurately beautify html. ([#2210](https://github.com/Glavin001/atom-beautify/issues/2210), [#2215](https://github.com/Glavin001/atom-beautify/pull/2215), [js-beautify#1407](https://github.com/beautify-web/js-beautify/pull/1407)) # v0.33.1 (2018-09-09) - Remove dependency marko-prettyprint in an effort to resolve installation and update issues