From 2ba03d068b7e7e3b8e0ddc0b026ba3ffd64c2a7f Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Wed, 8 Mar 2017 04:04:11 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4144794..78d71d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog --------- +### 3.0.0 + +- **Breaking**: Remove node 0.10 and 0.12 support +- **Breaking**: Remove official webpack 1 support. There are no breaking changes for webpack 1 with `3.0.0`, but future release won't be tested against webpack 1 +- **Breaking**: Remove synchronous compilation support [#152](https://github.com/webpack-contrib/less-loader/pull/152) [#84](https://github.com/webpack-contrib/less-loader/issues/84) +- Reduce npm package size by using the [files](https://docs.npmjs.com/files/package.json#files) property in the `package.json` + + ### 2.2.3 - Fix missing path information in source map [#73](https://github.com/webpack/less-loader/pull/73) @@ -16,4 +24,4 @@ Changelog ### 2.2.0 -- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40) \ No newline at end of file +- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40)