Fix fn names in release notes

This commit is contained in:
Steve Gravrock
2025-08-30 13:38:28 -07:00
parent af4662ad31
commit 7978ad9889

View File

@@ -5,8 +5,7 @@
* Optionally detect late promise rejections and don't report them as errors
This is off by default because it comes with a performance cost. It can be
enabled by setting the `detectLateRejectionHandling` config property to true.
* Add `Env#getSpecProperty` to retrieve data that was set with
`Env#setSpecProperty`.
* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`.
* Merges [#2072](https://github.com/jasmine/jasmine/pull/2072) from @bonkevin
* Show spec duration in the HTML reporter.
* Merges [#2073](https://github.com/jasmine/jasmine/pull/2073) from @bonkevin