From c67a5b830c79a44c306465795384ed7cd88ba33d Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Tue, 11 Dec 2018 17:56:17 -0800 Subject: [PATCH] Fix 3.0 breaking changes list to include note about Spy `identity` --- release_notes/3.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_notes/3.0.md b/release_notes/3.0.md index 1facae72..aad62dfd 100644 --- a/release_notes/3.0.md +++ b/release_notes/3.0.md @@ -29,6 +29,8 @@ There is also a 2.99 release of Jasmine that will present deprecation warnings f * Default to running tests in random order +* The `identity` of a Jasmnine Spy is now a property and no longer a method + * Additionally, Jasmine 3.0 drops support for older browsers and environments. Notably: - Internet Explorer 8 and 9 - Ruby 1.x (for the Ruby gem)