Skip to content

Commit ba99646

Browse files
authored
Adding missing BC change to CHANGELOG
1 parent 78f28a5 commit ba99646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
and minor changes. The changes are listed below under the
77
`Webpack 4 Upgrade` section.
88

9+
* [BC BREAK] The `createSharedEntry()` no longer can be passed an array of files.
10+
Instead, set this to just one file, and require the other files from inside that
11+
file.
12+
913
* [DEPRECATION] You must now call either `Encore.enableSingleRuntimeChunk()`
1014
or `Encore.disableSingleRuntimeChunk()`: not calling either method is
1115
deprecated. The recommended setting is `Encore.enableSingleRuntimeChunk()`.

0 commit comments

Comments
 (0)