CHANGELOG.md in uglifier-3.2.0 vs CHANGELOG.md in uglifier-4.0.0

- old
+ new

@@ -1,4 +1,27 @@ +## 4.0.0 (2 December 2017) + +- update UglifyJS to 3.2.0 +- remove Angular ngInject processing +- add unsafe_math compress option +- add reduce_funcs compress option +- add parse options +- add shebang output option +- add keep_infinity compress option +- add quote_style output option +- add side_effects compress option +- add switches compress option +- more helpful error Message in Harmony mode + +Dropped options: + +- output: angular +- mangle: except => reserved +- mangle_properties: ignore_quoted => keep_quoted +- enclose +- squeeze, copyright and screw_ie8 options + + ## 3.2.0 (9 April 2017) - experimental ES6/Harmony mode based on UglifyJS2 Harmony branch - update UglifyJS to 2.8.22