CHANGELOG.md in uglifier-2.7.2 vs CHANGELOG.md in uglifier-3.0.0

- old
+ new

@@ -1,4 +1,16 @@ +## 3.0.0 (22 March 2016) + +- drop support for Ruby 1.8 +- remove json as dependency +- discard unused function arguments only in unsafe mode +- add `keep_fnames` option to preserve function names in compressed code +- add `collapse_vars` option to collapse single-use variables +- backwards incompatible changes to source map options +- support for inline base64 encoded source maps +- mangle property names option (disabled by default) +- update UglifyJS to 2.6.2 + ## 2.7.2 (26 August 2015) - update UglifyJS to 2.4.24 ## 2.7.1 (27 February 2015)