We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7793081 commit 47c20dfCopy full SHA for 47c20df
1 file changed
docs/Migration Guide.md
@@ -41,6 +41,10 @@ This is a non-exhaustive list of minor API changes and renames.
41
- `JS::ModuleInstantiate` → `JS::ModuleLink`
42
- `mozilla::Tuple` → `std::tuple` (`<mozilla/Tuple.h>` is removed, use
43
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)
48
49
## ESR 91 to ESR 102 ##
50
0 commit comments