Skip to content

Commit 47c20df

Browse files
committed
Document more minor API changes in migration guide
1 parent 7793081 commit 47c20df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/Migration Guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ This is a non-exhaustive list of minor API changes and renames.
4141
- `JS::ModuleInstantiate``JS::ModuleLink`
4242
- `mozilla::Tuple``std::tuple` (`<mozilla/Tuple.h>` is removed, use
4343
the standard C++ header `<tuple>` instead)
44+
- `mozilla::IsFinite()``std::isfinite()`
45+
- `mozilla::IsNaN()``std::isnan()`
46+
- Script filenames are now always encoded as UTF-8, see
47+
[this patch from bug 1492090](https://hg.mozilla.org/releases/mozilla-esr115/rev/416af93c3205460856a2cae7bee084a656ee2ee9)
4448

4549
## ESR 91 to ESR 102 ##
4650

0 commit comments

Comments
 (0)