Skip to content

Commit 7720a13

Browse files
committed
normalizing CHANGELOG formatting
1 parent c5d62a4 commit 7720a13

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* [DEPENDENCY UPGRADE] Webpack was upgraded from version 4 to 5.
66

7-
* [DEPENDENCY UPGRADES] The following packages had major version upgrades:
7+
* [DEPENDENCY UPGRADES] The following packages had major version upgrades:
88
* `css-loader` from 3 to 5
99
* `assets-webpack-plugin` from 5 to 7
1010
* `mini-css-extract-plugin` from 0.4 to 1
@@ -14,7 +14,7 @@
1414
* `webpack-manifest-plugin` from 2 to 3
1515
* `webpack-manifest-plugin` from 3 to 4-beta
1616

17-
* [DEPENDENCY SUPPORT CHANGES] Encore has changed what versions it supports
17+
* [DEPENDENCY SUPPORT CHANGES] Encore has changed what versions it supports
1818
of the following packages:
1919
* `less` from 3 to 4 and `less-loader` from 6 to 7
2020
* `fork-ts-checker-webpack-plugin` from 4 to 5 or 6
@@ -39,28 +39,28 @@
3939
*does* now accept an `assets` option, but out-of-the-box, this will not
4040
result in any filename changes. See `configureFilenames()` for more details.
4141

42-
* [BC BREAK] `css-minimizer-webpack-plugin` was replaced by
43-
`css-minimizer-webpack-plugin` and the `optimizeCssPluginOptionsCallback()`
44-
method was replaced by `cssMinimizerPluginOptionsCallback()`.
42+
* [BC BREAK] `css-minimizer-webpack-plugin` was replaced by
43+
`css-minimizer-webpack-plugin` and the `optimizeCssPluginOptionsCallback()`
44+
method was replaced by `cssMinimizerPluginOptionsCallback()`.
4545

46-
* [BC BREAK] The `file-loader` package is no longer required by Encore. If
46+
* [BC BREAK] The `file-loader` package is no longer required by Encore. If
4747
you use `copyFiles()`, you will need to install it manually (you
4848
will receive a clear error about this).
4949

50-
* [BC BREAK] All previously-deprecated methods & options were removed.
50+
* [BC BREAK] All previously-deprecated methods & options were removed.
5151

52-
* [BEHAVIOR CHANGE] The `HashedModuleIdsPlugin` was previously used to
53-
help name "modules" when building for production. This has been removed
54-
and we now use Webpack's native `optimization.moduleIds` option, which
55-
is set to `deterministic`.
52+
* [BEHAVIOR CHANGE] The `HashedModuleIdsPlugin` was previously used to
53+
help name "modules" when building for production. This has been removed
54+
and we now use Webpack's native `optimization.moduleIds` option, which
55+
is set to `deterministic`.
5656

57-
* [configureMiniCssExtractPlugin()] `configureMiniCssExtractPlugin()` was
58-
added to allow the `MiniCssExtractPlugin.loader` and `MiniCssExtractPlugin`
59-
to be configured.
57+
* [configureMiniCssExtractPlugin()] `configureMiniCssExtractPlugin()` was
58+
added to allow the `MiniCssExtractPlugin.loader` and `MiniCssExtractPlugin`
59+
to be configured.
6060

61-
* [enableBuildCache()] Added `enableBuildCache()` to enable the new
62-
Webpack 5 build caching. https://webpack.js.org/blog/2020-10-10-webpack-5-release/
63-
This feature should be considered experimental.
61+
* [enableBuildCache()] Added `enableBuildCache()` to enable the new
62+
Webpack 5 build caching. https://webpack.js.org/blog/2020-10-10-webpack-5-release/
63+
This feature should be considered experimental.
6464

6565
## 0.33.0
6666

0 commit comments

Comments
 (0)