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 d0b84d1 commit fb8120aCopy full SHA for fb8120a
CHANGES.md
@@ -1,11 +1,14 @@
1
-# dev
+# 6.2.0 (2025-07-24) - Lille
2
3
## Features/Changes
4
* Compiler: exit-loop-early in more cases (#2077)
5
* Runtime: support rename in fake filesystem (#2080)
6
+* Compiler: remove reserved keyword in ecmascript 3
7
8
## Bug fixes
9
* Compiler: Fix inlining. do not inline recursive functions (#2084)
10
+* Compiler: fix purity of caml_compare and caml_lxm_next
11
+* Runtime: fix Sys.rename for directories on windows
12
13
# 6.1.1 (2025-07-07) - Lille
14
VERSION
@@ -1 +1 @@
-6.1.1
+6.2.0
0 commit comments