Skip to content

Commit

Permalink
Improve changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jul 15, 2023
1 parent 98b1ae2 commit 9794c58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9794c58

Please sign in to comment.