From 0411b0567d2166cf216dc9796a6e40851a0a3952 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 11 Dec 2021 16:13:51 -0800 Subject: [PATCH] Added a mention of 4.0 migration to the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a33982bb..f2d93f41 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Jasmine is a Behavior Driven Development testing framework for JavaScript. It do Documentation & guides live here: [http://jasmine.github.io](http://jasmine.github.io/) For a quick start guide of Jasmine, see the beginning of [http://jasmine.github.io/edge/introduction.html](http://jasmine.github.io/edge/introduction.html). +Upgrading from Jasmine 3.x? Check out the 4.0 release notes for a list of +what's new (including breaking changes). You can also read the [upgrade guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0). + ## Contributing Please read the [contributors' guide](https://github.com/jasmine/jasmine/blob/main/.github/CONTRIBUTING.md). @@ -44,7 +47,8 @@ Add the following to your HTML file: ## Supported environments -Jasmine tests itself across many browsers (Safari, Chrome, Firefox, Microsoft Edge, and Internet Explorer) as well as nodejs. +Jasmine tests itself across popular browsers (Safari, Chrome, Firefox, and +Microsoft Edge) as well as nodejs. | Environment | Supported versions | |-------------------|--------------------|