From 9794c58dd1382fc6204f0a95954215042674e346 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Sat, 15 Jul 2023 16:27:31 +0330 Subject: [PATCH] Improve changelog formatting --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e50cc0d..cab48e15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,12 @@ Changes since last non-beta release. _Please add entries here for your pull requests that are not yet released._ ### Breaking Changes -- Remove support & testing for Webpacker 3/4. -- Add support & testing for Shakapacker -- Requires separate compilations for server & client bundles (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack)) -- 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. -- All in one PR! #1274 -- Drop Shakapacker 6 support in favor of Shakapacker 7 #1285 +- Remove support & testing for Webpacker 3 and 4 #1274 +- Requires separate compilations for server & client bundles (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack)) #1274 +- 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 + +### Added +- Add support & testing for Shakapacker 7 #1274 and #1285 ## [2.7.1] - 2023-05-19