Skip to content

Commit 109fc4b

Browse files
committed
Updated 4.0.0 release notes to reflect 4.0.1 jsx fix
1 parent 00a19c0 commit 109fc4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

release_notes/4.0.0.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ as well.
3131
now a no-op.
3232

3333
This change breaks loading of files with extensions that aren't supported by
34-
dynamic `import()`, such as `.jsx`. If you have specs or source files with
35-
such extensions, you can either rename the files to `.js` or add
36-
`jsLoader: "require"` to your Jasmine config file.
34+
dynamic `import()`, such as `.jsx`, although that has been subsequently fixed
35+
in 4.0.1. If you have specs or source files with such extensions, please
36+
update to at least 4.0.0. Alternately you can either rename the files to
37+
`.js` or add `jsLoader: "require"` to your Jasmine config file.
3738

3839
* Config files can be ES modules. This is a breaking change because it requires
3940
`Jasmine#loadConfigFile` to be async.

0 commit comments

Comments
 (0)