Skip to content

Commit 0e270ff

Browse files
committed
Improve changelog formatting
1 parent b6e94d8 commit 0e270ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Changes since last non-beta release.
1010
_Please add entries here for your pull requests that are not yet released._
1111

1212
### Breaking Changes
13-
- Remove support & testing for Webpacker 3/4.
14-
- Add support & testing for Shakapacker
15-
- Requires separate compilations for server & client bundles (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack))
16-
- Replaces WebpackManifestContainer, which searched for assets in the webpack manifest, with SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all.
17-
- All in one PR! #1274
18-
- Drop Shakapacker 6 support in favor of Shakapacker 7 #1285
13+
- Remove support & testing for Webpacker 3 and 4 #1274
14+
- Requires separate compilations for server & client bundles (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack)) #1274
15+
- Replaces WebpackManifestContainer, which searched for assets in the webpack manifest, with SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all. #1274
16+
17+
### Added
18+
- Add support & testing for Shakapacker 7 #1274 and #1285
1919

2020
#### Changed
2121
- The `react:component` generator now generates a function component by default #1271

0 commit comments

Comments
 (0)