Skip to content

Commit 2ba03d0

Browse files
committed
Update CHANGELOG
1 parent 9bace43 commit 2ba03d0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

4+
### 3.0.0
5+
6+
- **Breaking**: Remove node 0.10 and 0.12 support
7+
- **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
8+
- **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)
9+
- Reduce npm package size by using the [files](https://docs.npmjs.com/files/package.json#files) property in the `package.json`
10+
11+
412
### 2.2.3
513

614
- Fix missing path information in source map [#73](https://github.com/webpack/less-loader/pull/73)
@@ -16,4 +24,4 @@ Changelog
1624

1725
### 2.2.0
1826

19-
- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40)
27+
- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40)

0 commit comments

Comments
 (0)