Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35cb5f3

Browse files
committedMar 22, 2025··
update changelog
1 parent 0ef247a commit 35cb5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Make reanalyze exception tracking work with the new stdlib. https://github.com/rescript-lang/rescript/pull/7328
2222
- Fix Pervasive.max using boolean comparison for floats. https://github.com/rescript-lang/rescript/pull/7333
2323
- Experimental: Support nested/inline record types - records defined inside of other records, without needing explicit separate type definitions. https://github.com/rescript-lang/rescript/pull/7241
24+
- Add unified exponentiation (`**`) operator for `int` and `float` using ES7 `**`. https://github.com/rescript-lang/rescript-compiler/pull/7153
2425

2526
#### :boom: Breaking Change
2627

@@ -161,7 +162,6 @@
161162

162163
- Introduce "Unified operators" for arithmetic operators (`+`, `-`, `*`, `/`, `mod`). https://github.com/rescript-lang/rescript-compiler/pull/7057
163164
- Add remainder (`%`, aka modulus) operator. https://github.com/rescript-lang/rescript-compiler/pull/7152
164-
- Allow exponentiation (`**`) operator for `int` and `float`, using ES7 `**`. https://github.com/rescript-lang/rescript-compiler/pull/7153
165165

166166
#### :bug: Bug fix
167167

0 commit comments

Comments
 (0)
Please sign in to comment.