diff --git a/docs/guides/index.md b/docs/guides/index.md index 6101a24be..ac9bbde04 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -6,6 +6,7 @@ breadcrumb: guides ## Migration guides +* [Migrating to v6.0](./migrating-to-6.0) * [Migrating to v5.0](./migrating-to-5.0) * [Migrating to v4.0](./migrating-to-4.0) * [Migrating to v3.0](./migrating-to-3.0) diff --git a/docs/guides/migrating-to-6.0.md b/docs/guides/migrating-to-6.0.md new file mode 100644 index 000000000..46e232506 --- /dev/null +++ b/docs/guides/migrating-to-6.0.md @@ -0,0 +1,9 @@ +--- +layout: page +title: Migrating to v6.0 - Sinon.JS +breadcrumb: migrating to 5.0 +--- + +There should be no reason for any code changes with the new Sinon 6. Usually, `MAJOR` releases should come with breaking changes, but there are no known breaking changes in `sinon@6` at the time of this writing. We chose to release a new major version as a [pragmatic solution to some noise related to releasing Sinon 5.1](https://github.com/sinonjs/sinon/pull/1829#issue-193284761), which featured some breaking changes related to ESM (which since has been resolved). + +If you should experience any issues moving from Sinon 5 to Sinon 6, [please let us know!](https://github.com/sinonjs/sinon/issues/new?template=Bug_report.md).