diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fec423..ac752c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.15.1 +* Turn new angular templating off by default in html ([#2247](https://github.com/beautifier/js-beautify/pull/2247)) +* Perf regression in latest release (1.15.0) ([#2246](https://github.com/beautifier/js-beautify/issues/2246)) + ## v1.15.0 * Fixed #2219 - formatting of new Angular control flow syntax ([#2221](https://github.com/beautifier/js-beautify/pull/2221))