We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493a1be commit a64de45Copy full SHA for a64de45
CHANGELOG.md
@@ -28,7 +28,7 @@
28
- Replace ~date with ~day in Date.make\*. https://github.com/rescript-lang/rescript/pull/7324
29
- Remove `-bs-jsx-mode`. https://github.com/rescript-lang/rescript/pull/7327
30
- Drop Node.js version <20 support, as it is reaching End-of-Life. https://github.com/rescript-lang/rescript-compiler/pull/7354
31
-- Make the output of integer multiplication consistent with other operations. https://github.com/rescript-lang/rescript/pull/7358
+- Treat `int` multiplication as a normal int32 operation instead of using `Math.imul`. https://github.com/rescript-lang/rescript/pull/7358
32
33
#### :house: Internal
34
0 commit comments