PrevPrevious commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
@cristianoc
cristianoc committedMar 11, 2023
commit 4995083733a2d1814154e66577668f054efc8394
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,7 +36,7 @@ subset of the arguments, and return a curried type with the remaining ones https
Also, `(. int) => string => bool` is not equivalen to `(. int, string) => bool` anymore.
These are only breaking changes for unformatted code.
- Exponentiation operator `**` is now right-associative. `2. ** 3. ** 2.` now compile to `Math.pow(2, Math.pow(3, 2))` and not anymore `Math.pow(Math.pow(2, 3), 2)`. Parentheses can be used to change precedence.
- Remove unsafe ``` j`$(a)$(b)` ``` interpolation deprecated in compiler version 10
- Remove unsafe ``` j`$(a)$(b)` ``` interpolation deprecated in compiler version 10 https://.com/rescript-lang/rescript-compiler/pull/6068

#### :bug: Bug Fix

Expand Down