diff --git a/CHANGELOG.md b/CHANGELOG.md index fe06aed8f..94920ba5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v5.19.1 + - Better avoid outputting `` and HTML comments. + - Fix unused variables in class static blocks not being dropped correctly. + - Fix sourcemap names of methods that are `async` or `static` + ## v5.19.0 - Allow `/*@__MANGLE_PROP__*/` annotation in `object.property`, in addition to property declarations.