diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8a08a9..d7ab210e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ 5.0.0 ===== -In v5 release we are moving to Rollup to build the library. For `centrifuge-js` this means both ESM and CommonJS support. The migration includes some changes in how we provide Protobuf version of Centrifuge client. That's why we are making a new major v5 release. +In v5 release we are moving to Rollup to build the library. For `centrifuge-js` this means both ESM and CommonJS support and thus solve some issues when users could not use SDK with their existing toolchains. The migration includes some changes in how we provide Protobuf version of Centrifuge client. That's why we are making a new major v5 release. For users which work with JSON-based Centrifuge client (default behaviour) the migration to v5 should be smooth and require no code changes.