We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0a39b commit 92adebaCopy full SHA for 92adeba
1 file changed
CHANGELOG.md
@@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
15
- String addition has been further optimized to reduce unnecessary branching and
16
unnecessary conversions to `sys_string` of pointer operands.
17
18
+### Fixed
19
+- Runtime errors on emscripten when using conversions from `char *`
20
+- Incorrect initialization of BSTR storage from `char *` input.
21
+
22
## [3.10] - 2026-06-04
23
24
### Changed
0 commit comments