reflect new default js compressor in changelog [ci skip] (#2537)

Further information in the original issue: https://github.com/middleman/middleman/issues/2530
This commit is contained in:
Marc Anguera 2022-02-21 21:33:11 +01:00 committed by GitHub
parent fda46ad4f7
commit 11c8c21738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)