From 11c8c21738446a8bd9a0bfc728ff4185e1ea0a01 Mon Sep 17 00:00:00 2001 From: Marc Anguera Date: Mon, 21 Feb 2022 21:33:11 +0100 Subject: [PATCH] reflect new default js compressor in changelog [ci skip] (#2537) Further information in the original issue: https://github.com/middleman/middleman/issues/2530 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4046d69..6fb330da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # master +- Minify JS: migrate default compressor from Uglifier to Terser, to support ES6 (#2530) - Require Ruby 3.1+ - Support TOML as frontmatter and data. - Handle the removal of a file in dependencies. Fixes (#2292)