Closed
Description
In the current changelog, for 3.1.74, there's content missing for one of the changes. (I added emphasis)
3.1.74 - 12/14/24
- The file system was updated to independently track atime, mtime and ctime
instead of using the same time for all three. (JS file system: distinguish between atime, mtime, and ctime #22998)- Emscripten-generated code will now use async/await internally when loading
the Wasm module. This will be lowered away by babel when targeting older
browsers. (Use async/await instead of promises for wasm loading. NFC #23068)- Due to the discontinued support for invalid specializations of
std::basic_string
([libc++] Remove deprecated char_traits base template llvm/llvm-project#72694), the
support forstd::basic_string<unsigned char>
was removed from embind.
(Remove basic_string<unsigned char> from embind #23070)- The minimum supported versions of browser engines that we support were updated
to versions that support Promise, Fetch and Object.asign APIs, allowing the
polyfills for these to be removed. Chrome 32 -> 45, Firefox 34 -> 40, Safari
9.0 -> 10.1. These browser engines version are all over 8 years old now.
(Bump minimum supported chrome version from 32 to 33 #23077, Remove polyfills for Fetch and Object.assign #23118)
Metadata
Metadata
Assignees
Labels
No labels