From 1acbd1ef967c516e42b73fb694d2dea1aaa59daa Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 7 Feb 2018 09:19:33 -0800 Subject: [PATCH] Add notes for environments that have lost support - #1495 --- release_notes/3.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes/3.0.md b/release_notes/3.0.md index ce4c7c4c..fcd49ae1 100644 --- a/release_notes/3.0.md +++ b/release_notes/3.0.md @@ -29,6 +29,13 @@ There is also a 2.99 release of Jasmine that will present deprecation warnings f * Default to running tests in random order +* Additionally, Jasmine 3.0 drops support for older browsers and environments. Notably: + - Internet Explorer 8 and 9 + - Ruby 1.x (for the Ruby gem) + - Rails 3.x (for the Ruby gem) + - Python 2.x (for the Python wheel) + - Nodejs 0.x (for the NPM package) + ## Changes * Remove node modules from python wheel, and update languages