Skip to content

Commit 8e1b6ca

Browse files
authored
Release 5.9 (#1735)
1 parent 4680208 commit 8e1b6ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# dev
1+
# 5.9.0 (2024-11-22) - Lille
22

33
## Features/Changes
44
* Misc: update testsuite to OCaml 5.2
55
* Misc: CI uses opam.2.2 and no longer use sunset repo
66
* Misc: yojson is no longer optional
77
* Misc: reduce the diff with the wasm_of_ocaml fork
8+
* Misc: finalize support for OCaml 5.3
89
* Compiler: speedup global_flow/global_deadcode pass on large bytecode
910
* Compiler: improved global dead code elimination (#2206)
1011
* Compiler: speedup json parsing, relying on Yojson.Raw (#1640)
@@ -28,7 +29,6 @@
2829
* Toplevel: no longer set globals for toplevel initialization
2930
* Runtime: precompute constants used in `caml_lxm_next` (#1730)
3031
* Runtime: cleanup runtime
31-
* Runtime: add support for OCaml 5.3
3232

3333
## Bug fixes
3434
* Runtime: fix parsing of unsigned integers (0u2147483648) (#1633, #1666)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8.2
1+
5.9.0

0 commit comments

Comments
 (0)